如何播放 wma mp3 文件
我需要创建一个简单的媒体播放器,可以作为更大的应用程序的一部分以 WMA、MP3 和 AAC 格式传输互联网广播电台。
我想知道是否有人可以给我一些关于从哪里开始以及如何处理这些格式的指示?以前从未真正处理过这个话题..
谢谢!
I need to create a simple media player that can stream internet radio stations in WMA, MP3 and AAC formats as part of a bigger app.
I was wondering if someone could please give me some pointers on where to start and how to go about tackling each of these formats? never really handled this topic before..
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们之前制作过一些音频流媒体,并且我们最喜欢 Matt Gallagher 的音频流媒体库。您可以通过以下链接获取源代码:
https://github.com/mattgallagher/AudioStreamer
您应该另请查看下面的 Apple 音频流示例,该示例将提供一些有关解决此问题所需的一些框架和库的指导。
http://developer.apple.com/library/mac/ #samplecode/AudioFileStreamExample/Introduction/Intro.html
We've made up a few audio streamers before, and we've favored the Audio Streamer libraries by Matt Gallagher. You can get the source at the following link:
https://github.com/mattgallagher/AudioStreamer
You should also check out Apple's Audio Stream example below which will give some pointers as to some of the frameworks and libraries you will need to work this out.
http://developer.apple.com/library/mac/#samplecode/AudioFileStreamExample/Introduction/Intro.html