#include <track.h>
Public Member Functions | |
int | process (unsigned long size, float *output) |
Protected Attributes | |
Soundfile * | m_soundfile |
int Track::process | ( | unsigned long | size, | |
float * | output | |||
) | [inline] |
adds the audiodata of this track to the buffer output
size | nr. of samples to write (bufsize) | |
output | output buffer: always stereo !!! (see AudioCtl how to write into this buffer !) |
Soundfile* Track::m_soundfile [protected] |
the soundfile data