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.
我已经成功地从服务器下载了一个 mp3 文件,但我遇到的问题是,我不知道如何播放该文件。我应该使用 AVAudioPlayer 还是 AudioQueue 来播放文件?如果您能在此处发布一些示例代码,我将不胜感激。
两者AVAudioPlayer和 Audio Queue API 都可用于播放 MP3 文件。有AVAudioPlayer据可查,并且有很多可用的示例代码。那么为什么不先尝试一下,如果这不起作用,请在此处发布更具体的问题。
AVAudioPlayer