getBufferSize( )
int getBufferSize()
getNumOutputChannels( )
int getNumOutputChannels()
getSampleRate( )
int getSampleRate()
getTickCount( )
long unsigned long getTickCount()
listDevices( )
void listDevices()
ofPASoundStream( )
ofPASoundStream()
paAudioCallback( ... )
int paAudioCallback(const void *inputBuffer, void *outputBuffer, unsigned long bufferSize, const PaStreamCallbackTimeInfo *streamTime, PaStreamCallbackFlags status, void *data)
setDeviceID( ... )
void setDeviceID(int deviceID)
setOutput( ... )
void setOutput(ofBaseSoundOutput *soundOutput)
setup( ... )
bool setup(int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)
setup( ... )
bool setup(ofBaseApp *app, int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)
~ofPASoundStream( )
~ofPASoundStream()