在 iPhone 中支持 .rm 音频格式
我需要设计一个支持从服务器传输 .rm 音频的应用程序。
但从苹果的api文档来看,iPhone似乎不支持.rm。 还有其他方法可以实现这个......???
最好的问候,
穆罕默德·萨迪克。
I need to design a application that supports the streaming of .rm audio from the server.
But from the api docs of apple it seems that .rm is not supported in iPhone.
Is there any other way to implement this .... ???
Best Regards,
Mohammed Sadiq .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当内置 SDK 不提供支持时,唯一的选择就是推出自己的编解码器并播放!
如果您有动力这样做,请检查音频单元!
When the built-in SDK doesn't provide support, the only option is to roll your own codec and play!
Check audio units if you are motivated to do that!