Etan
Etan

Reputation: 17554

Recording audio samples on iOS using AVFoundation

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

Answers (1)

Dream.In.Code
Dream.In.Code

Reputation: 399

You can try OpenAL. Here is the Documentation. Best regards ;)

Upvotes: -3

Related Questions