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