|
Guitarix
|
#include <gx_resampler.h>
Public Member Functions | |
| SimpleResampler () | |
| void | setup (int sampleRate, unsigned int fact) |
| void | up (int count, float *input, float *output) |
| void | down (int count, float *input, float *output) |
Definition at line 34 of file gx_resampler.h.
|
inline |
Definition at line 39 of file gx_resampler.h.
| void gx_resample::SimpleResampler::down | ( | int | count, |
| float * | input, | ||
| float * | output | ||
| ) |
Definition at line 89 of file gx_resampler.cpp.
Referenced by SimpleResampler(), and gx_engine::smbPitchShift::~smbPitchShift().
| void gx_resample::SimpleResampler::setup | ( | int | sampleRate, |
| unsigned int | fact | ||
| ) |
Definition at line 55 of file gx_resampler.cpp.
Referenced by gx_resample::BufferResampler::process(), and SimpleResampler().
| void gx_resample::SimpleResampler::up | ( | int | count, |
| float * | input, | ||
| float * | output | ||
| ) |
Definition at line 78 of file gx_resampler.cpp.
Referenced by SimpleResampler(), and gx_engine::smbPitchShift::~smbPitchShift().