如何播放 wma mp3 文件

发布于 2024-12-03 18:29:12 字数 137 浏览 0 评论 0原文

我需要创建一个简单的媒体播放器,可以作为更大的应用程序的一部分以 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏天碎花小短裙 2024-12-10 18:29:12

我们之前制作过一些音频流媒体,并且我们最喜欢 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文