ofBaseSoundStream
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()printDeviceList( )
void printDeviceList()setInput( ... )
void setInput(ofBaseSoundInput *soundInput)setOutput( ... )
void setOutput(ofBaseSoundOutput *soundOutput)setup( ... )
bool setup(const ofSoundStreamSettings &settings)start( )
void start()stop( )
void stop()~ofBaseSoundStream( )
~ofBaseSoundStream()