Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 617
Vlad Antonov Avatar asked Sep 05 '25 02:09

Vlad Antonov


1 Answers

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

like image 184
S1LENT WARRIOR Avatar answered Sep 08 '25 01:09

S1LENT WARRIOR