Search code examples
iosios11avassetflac

What APIs in iOS 11 support FLAC?


I'm trying to play back FLAC files in an app, but when I create an AVURLAsset, the isPlayable property is false for FLAC files.

A number of sources have reported that the Files app in iOS 11 is able to Preview FLAC files, so I'm wondering if there's any official API support for FLAC for developers.


Solution

  • As of iOS 11.2, the AVURLAsset property isPlayable returns true for FLAC files.