VCV Rack API v2
|
Downsamples by an integer factor. More...
#include <resampler.hpp>
Public Member Functions | |
Decimator (float cutoff=0.9f) | |
void | reset () |
T | process (T *in) |
in must be length OVERSAMPLE | |
Public Attributes | |
T | inBuffer [OVERSAMPLE *QUALITY] |
float | kernel [OVERSAMPLE *QUALITY] |
int | inIndex |
Downsamples by an integer factor.
|
inline |
|
inline |
|
inline |
in
must be length OVERSAMPLE
T rack::dsp::Decimator< OVERSAMPLE, QUALITY, T >::inBuffer[OVERSAMPLE *QUALITY] |
float rack::dsp::Decimator< OVERSAMPLE, QUALITY, T >::kernel[OVERSAMPLE *QUALITY] |
int rack::dsp::Decimator< OVERSAMPLE, QUALITY, T >::inIndex |