What Audio Codecs do iOS Support?

I'm working on a music app where I need to set supported formats in a request to the server (to check if transcoding will be required). The best resource I can find is on the old documentation page for OS X 10.5 - https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/SupportedAudioFormatsMacOSX/SupportedAudioFormatsMacOSX.html

Is there an updated resource for iOS?

Accepted Reply

Hello,

You may be interested in the kAudioFormatProperty_DecodeFormatIDs property, which you can use to retrieve a list of format ids at runtime.

Replies

Hello,

You may be interested in the kAudioFormatProperty_DecodeFormatIDs property, which you can use to retrieve a list of format ids at runtime.