iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
LanczosResampler (float inputRate, float outputRate) | |
Constructor. More... | |
size_t | GetNumSamplesRequiredFor (size_t nOutputSamples) const |
void | PushBlock (T **inputs, size_t nFrames, int nChans) |
size_t | PopBlock (T **outputs, size_t max, int nChans) |
void | RenormalizePhases () |
void | Reset () |
void | ClearBuffer () |
Definition at line 92 of file LanczosResampler.h.
|
inline |
Constructor.
inputRate | The input sample rate |
outputRate | The output sample rate |
Definition at line 113 of file LanczosResampler.h.
|
inline |
Definition at line 209 of file LanczosResampler.h.
|
inline |
Definition at line 158 of file LanczosResampler.h.
|
inline |
Definition at line 186 of file LanczosResampler.h.
|
inline |
Definition at line 171 of file LanczosResampler.h.
|
inline |
Definition at line 198 of file LanczosResampler.h.
|
inline |
Definition at line 204 of file LanczosResampler.h.