ofDocsdocumentation types ofBaseSoundOutput

ofBaseSoundOutput


audioOut( ... )

void audioOut(ofSoundBuffer &buffer)

Output an audio buffer.

Parameters:

buffer An audio buffer.


audioOut( ... )

void audioOut(float *output, int bufferSize, int nChannels)

\deprecated This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.


audioOut( ... )

void audioOut(float *output, int bufferSize, int nChannels, int deviceID, unsigned long long tickCount)

\deprecated This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.


audioRequested( ... )

void audioRequested(float *output, int bufferSize, int nChannels)

\deprecated This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.


~ofBaseSoundOutput( )

~ofBaseSoundOutput()

Destroy the ofBaseSoundOutput.