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.
我想知道如何开始为 iPhone 创建音频流播放器(无线电流)。
我读到我必须使用 AudioToolbox 和 AudioQueue。有什么简单的解决办法吗?有人有建议吗?
谢谢!
查看http://cocoawithlove.com/2010/03/streaming-mp3aac-audio-again.html以获得非常完整的音频流示例。
最新版本的 iOS SDK 允许您使用 AVPlayer,它还可以播放远程 mp3 音频流。AVPlayer 比 AudioQueue API 更易于使用且更高级。