iphone : 以编程方式在 iphone 上播放 rm 文件
我在 iphone 上播放音频方面有很好的经验,但我希望有一种方法可以在 iphone 应用程序上播放 .RM 文件..我尝试了正常的方法,但它根本没有给我任何声音..
有什么帮助吗?
i have a good experince with playing audio in general on iphone but i would like to have a way to play .RM files on iphone app .. i've tried the normal approach put it didn't give me any sound at all ..
so any help??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要将这些 RealMedia 文件转换为更现代的格式,然后才能播放它们。
You'll need to convert these RealMedia files into a more modern format before you can play them.
您可以学习文件格式并编写自己的解码器并获取 pcm 数据或您想要样本的任何格式,然后将其提供给 AudioQueues 或 AudioUnits。
You could learn the file format and write your own decoder and obtain the pcm data, or whatever format you want the samples in, and then feed that to either AudioQueues or AudioUnits.