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.
我搜索了互联网上的许多网站,但没有将 m4a 转换为 mp3 的示例代码。有谁知道如何在 iOS 中做到这一点?谢谢~
您可以使用AVAudioFile读取 m4a,并AVAudioFile使用适当的格式设置写入 mp3。但是这个线程表明 CoreAudio 无法在 iOS 中进行 mp3 编码。
AVAudioFile