Go to the documentation of this file.
30 #ifndef ASYNC_AUDIO_JITTER_FIFO_INCLUDED
31 #define ASYNC_AUDIO_JITTER_FIFO_INCLUDED
143 void setSize(
unsigned new_size);
149 bool empty(
void)
const {
return (tail == head); }
176 virtual int writeSamples(
const float *samples,
int count);
216 void writeSamplesFromFifo(
void);