ofSoundStream (functions)
ofSoundStreamClose( )
void ofSoundStreamClose()Stops the sound stream and also cleans up the stream's resources
ofSoundStreamSetup( ... )
void ofSoundStreamSetup(ofSoundStreamSettings &settings)ofSoundStreamStart( )
void ofSoundStreamStart()Starts the sound stream (audioIn() / audioOut() will start being called)
ofSoundStreamStop( )
void ofSoundStreamStop()Stops the sound stream (audioIn() / audioOut() will stop being called)