|
|
|
|
|
by tzahola
3056 days ago
|
|
Actually FLAC and Opus support was added to the Core Audio / AudioToolbox / AVFoundation APIs in iOS 11.
Though the Opus decoder only supports raw packet decoding, i.e. you still need something to decode the container (usually ogg). Also, FLAC file decoding is horribly slow - compared to the FOSS reference decoder -, because for some reason the whole file is scanned through on the first read when using the AudioFile APIs (AudioFileReadPacketData). (I’m gonna make a demonstration project for this and send them a bugreport tomorrow.) |
|