Search code examples
iosswiftavfoundationavaudioplayer

Supported audio file formats in AVAudioPlayer?


Where can I find list of all supported audio formats in AVAudioPlayer? I tried to find any information about it in docs, but I couldn't. Thanks!


Solution

  • According to the documentation of AVAudioPlayer,

    This class lets you play sound in any audio format available in iOS and macOS.

    And here is the link from CoreAudio documentation that describes the supported audio file formats in OS X.

    Supported Audio Formats