Go to the documentation of this file.
28 #ifndef ASYNC_AUDIO_PROCESSOR_INCLUDED
29 #define ASYNC_AUDIO_PROCESSOR_INCLUDED
173 virtual void processSamples(
float *dest,
const float *src,
int count) = 0;
177 static const int BUFSIZE = 256;
192 void writeFromBuf(
void);