ofDocsdocumentation types ofBaseSoundInput

ofBaseSoundInput


audioIn( ... )

void audioIn(ofSoundBuffer &buffer)

Receive an audio buffer.

Parameters:

buffer An audio buffer.


audioIn( ... )

void audioIn(float *input, int bufferSize, int nChannels)

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


audioIn( ... )

void audioIn(float *input, int bufferSize, int nChannels, int deviceID, unsigned long long tickCount)

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


audioReceived( ... )

void audioReceived(float *input, int bufferSize, int nChannels)

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


~ofBaseSoundInput( )

~ofBaseSoundInput()

Destroy the ofBaseSoundInput.