22 #ifndef ASYNC_AUDIO_INTERPOLATOR_INCLUDED 23 #define ASYNC_AUDIO_INTERPOLATOR_INCLUDED 147 virtual void processSamples(
float *dest,
const float *src,
int count);
AudioInterpolator(int interpolation_factor, const float *filter_coeff, int taps)
Constuctor.
Interpolates a lower sampling rate to a higher one.
The base class for an audio processor.
~AudioInterpolator(void)
Destructor.
virtual void processSamples(float *dest, const float *src, int count)
Process incoming samples and put them into the output buffer.
Namespace for the asynchronous programming classes.
The base class for an audio processor class.