Inherits from | NSObject |
---|---|
Declared in | OTAudioKit.h |
Overview
Defines the format of the audio when a custom audio driver is used.
Note that on iOS devices, specify a sample rate of 32, 16, or 8 kHz (32000, 16000, or 8000); do not use a sample rate of 44.1 kHz on iOS devices. On the simulator, however, the sampling rate must be 44.1 kHz (44100) in order to properly capture and render audio.
Currently, the only available sample format is signed 16-bit integer PCM.