有没有简单的方法来播放mp3文件
可能的重复:
如何在c++中播放mp3文件?
文件
?项目需要mp3播放器的功能。不需要巨大的、完全承诺的解决方案,我想要的只是“播放”、“暂停”、“停止”。我发现了一些 libmad、lame 的库。但是,我找不到它们的任何示例。如果有人对此有所了解,我将非常感谢他们。 或者Qt有什么办法吗
Possible Duplicate:
How to play mp3 file in c++?
Hi,
I am doing a project which demands the functions of mp3 player. There is no need of giant, full pledged solution, all I want is just "play","pause","stop". I found some libs which are libmad,lame.But, I can't find any example for them. If anybody shed a light on this, I will be thankful to them.
Or Is there any way in Qt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt 4 中有一个声子组件。
不确定 Window,但在 Ubuntu 中它可以播放几乎所有可用编解码器的格式。
您可以查看 Qt 文档 http://doc.qt.nokia.com/最新/phonon-overview.html
There is a Phonon component in Qt 4.
Not sure about Window, but in Ubuntu it can play pretty much every format whose codec is available.
You might look into Qt Docs at http://doc.qt.nokia.com/latest/phonon-overview.html