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