audioCB( ... )
void audioCB(int bufferSize, int inputChannels, int outputChannels)
audio_cb( ... )
void audio_cb(int bufferSize, int inputChannels, int outputChannels, void *userData)
getBufferSize( )
int getBufferSize()
getInDevice( )
ofSoundDevice getInDevice()
getNumOutputChannels( )
int getNumOutputChannels()
getOutDevice( )
ofSoundDevice getOutDevice()
getSampleRate( )
int getSampleRate()
getTickCount( )
uint64_t getTickCount()
ofxEmscriptenSoundStream( )
ofxEmscriptenSoundStream()
setOutput( ... )
void setOutput(ofBaseSoundOutput *soundOutput)
setup( ... )
bool setup(const ofSoundStreamSettings &settings)
~ofxEmscriptenSoundStream( )
~ofxEmscriptenSoundStream()