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?
Hello,
You may be interested in the kAudioFormatProperty_DecodeFormatIDs property, which you can use to retrieve a list of format ids at runtime.