Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道:是否有任何 iOS 原生框架/SDK 支持 HE-AAC (AAC+) 音频文件的流式传输?以及任何用于流式传输 .wav 和 FLAC(免费无损音频编解码器)音频文件的 iOS 框架/SDK?提前非常感谢。
您可以使用 AVAudioPlayer。
https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVAudioPlayerClassReference/Chapters/Reference.html
检查 Apple 文档中支持的格式:
https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html#//apple_ref/doc/uid/TP40009767-CH2