播放“*.mp3”的最佳方式是什么? java 中的文件?
是否有我可以使用的 VLC 或 MPlayer 接口? 我只是想要一个能够在 Linux 机器上播放歌曲的接口(Servlet -> Java)。
Is there an interface to VLC or MPlayer which I can use?
I simply want an interface (Servlet -> Java) which is able to play songs on a linux machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看来这就是你想要的, JLayer
Seems like this is what you want, JLayer
此任务不需要 JMF。只需将 JMF 的 mp3plugin.jar 添加到应用程序的运行时类路径中即可。然后 Java 声音将能够读取和播放 MP3。
您还可以查看VideoLAN 的 Java 绑定。
无论哪种方式,都需要小程序或 JWS 启动的应用程序。
This task does not require JMF. Just add the mp3plugin.jar of the JMF into the run-time class path of the app. and Java sound will then be able to read and play MP3s.
You might also look at Java Bindings for VideoLAN.
Either way, it will require an applet or JWS launched application.
VLC 具有 Java 绑定。以下是文档中的示例:
VLC jas Java bindings. Here's a sample from the docs: