Guitarix
gx_resample::StreamingResampler Class Reference

#include <gx_resampler.h>

Inheritance diagram for gx_resample::StreamingResampler:
Collaboration diagram for gx_resample::StreamingResampler:

Public Member Functions

bool setup (int srcRate, int dstRate, int nchan)
 
int get_max_out_size (int i_size)
 
int process (int count, float *input, float *output)
 
int flush (float *output)
 

Detailed Description

Definition at line 50 of file gx_resampler.h.

Member Function Documentation

◆ flush()

int gx_resample::StreamingResampler::flush ( float *  output)

Definition at line 174 of file gx_resampler.cpp.

◆ get_max_out_size()

int gx_resample::StreamingResampler::get_max_out_size ( int  i_size)
inline

Definition at line 56 of file gx_resampler.h.

◆ process()

int gx_resample::StreamingResampler::process ( int  count,
float *  input,
float *  output 
)

Definition at line 161 of file gx_resampler.cpp.

◆ setup()

bool gx_resample::StreamingResampler::setup ( int  srcRate,
int  dstRate,
int  nchan 
)

Definition at line 139 of file gx_resampler.cpp.


The documentation for this class was generated from the following files: