22 #ifndef ASYNC_AUDIO_DECIMATOR_INCLUDED 23 #define ASYNC_AUDIO_DECIMATOR_INCLUDED 146 virtual void processSamples(
float *dest,
const float *src,
int count);
AudioDecimator(int decimation_factor, const float *filter_coeff, int taps)
Constructor.
virtual void processSamples(float *dest, const float *src, int count)
Process incoming samples and put them into the output buffer.
The base class for an audio processor.
Decimates a higher sample rate into a lower one.
~AudioDecimator(void)
Destructor.
Namespace for the asynchronous programming classes.
The base class for an audio processor class.