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 上播放音频有很好的体验,但我想有办法在 iphone 应用程序上播放 .RM 文件。我尝试了正常的方法,但它根本没有给我任何声音。
所以有什么帮助吗?
您需要将这些 RealMedia 文件转换为更现代的格式,然后才能播放它们。
您可以学习文件格式并编写自己的解码器并获取 pcm 数据,或者您希望样本采用的任何格式,然后将其提供给 AudioQueues 或 AudioUnits。