Guitarix
|
#include <gx_resampler.h>
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) |
Definition at line 50 of file gx_resampler.h.
int gx_resample::StreamingResampler::flush | ( | float * | output | ) |
Definition at line 174 of file gx_resampler.cpp.
|
inline |
Definition at line 56 of file gx_resampler.h.
int gx_resample::StreamingResampler::process | ( | int | count, |
float * | input, | ||
float * | output | ||
) |
Definition at line 161 of file gx_resampler.cpp.
bool gx_resample::StreamingResampler::setup | ( | int | srcRate, |
int | dstRate, | ||
int | nchan | ||
) |
Definition at line 139 of file gx_resampler.cpp.