ofDocsdocumentation addons ofxEmscripten ofxEmscriptenSoundStream

ofxEmscriptenSoundStream


audioCB( ... )

void audioCB(int bufferSize, int inputChannels, int outputChannels)

audio_cb( ... )

void audio_cb(int bufferSize, int inputChannels, int outputChannels, void *userData)

close( )

void close()

getBufferSize( )

int getBufferSize()

getInDevice( )

ofSoundDevice getInDevice()

getNumInputChannels( )

int getNumInputChannels()

getNumOutputChannels( )

int getNumOutputChannels()

getOutDevice( )

ofSoundDevice getOutDevice()

getSampleRate( )

int getSampleRate()

getTickCount( )

uint64_t getTickCount()

ofxEmscriptenSoundStream( )

ofxEmscriptenSoundStream()

setInput( ... )

void setInput(ofBaseSoundInput *soundInput)

setOutput( ... )

void setOutput(ofBaseSoundOutput *soundOutput)

setup( ... )

bool setup(const ofSoundStreamSettings &settings)

start( )

void start()

stop( )

void stop()

~ofxEmscriptenSoundStream( )

~ofxEmscriptenSoundStream()