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 Friday, 02 May 2025 18:55:45 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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