class methods
listDevices()
void ofxiOSSoundStream::listDevices()
Documentation from code comments
these are not implemented on iOS
setup(...)
bool ofxiOSSoundStream::setup(int numOfOutChannels, int numOfInChannels, int sampleRate, int bufferSize, int numOfBuffers)
Documentation from code comments
currently, the number of buffers is always 1 on iOS and setting nBuffers has no effect the max buffersize is 4096
setup(...)
bool ofxiOSSoundStream::setup(ofBaseApp *app, int numOfOutChannels, int numOfInChannels, int sampleRate, int bufferSize, int numOfBuffers)
Last updated 水曜日, 08 3月 2023 18:06:58 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue