Reputation: 17554
Choosing the audio format in which AVFoundation audio samples are captured.
I am familiar with processing of video frames coming from the iPhone camera. There, the AVCaptureVideoDataOutput
's videoSettings
property could be used to specify the format in which the video frames should be receievd.
For audio, the similar class AVCaptureAudioDataOutput does not have such a property.
However, the AVAudioSettings.h
file clearly shows that there exist several audio formats.
Upvotes: 0
Views: 981
Reputation: 399
You can try OpenAL. Here is the Documentation. Best regards ;)
Upvotes: -3