LWJGL 和 Ogg/Mp3
我想请求有关如何加载 ogg/mp3 文件并使用 LWJGL 中的 OpenAL 设施播放它们的资源。问题是
- 我想要/需要一个纯java解决方案,
- 如果必要的库位于maven存储库中,那就太好了
- ,Wav也很好,
谷歌搜索这会导致三页的Minecraft错误问题。那么,有人可以在这里提示我吗?
I want to ask for resources on how to load ogg/mp3 files and play them using the OpenAL facilities in LWJGL. The problem is
- I want/need a pure java solution
- Would nice if necessary libs are in a maven repo
- Wav would be nice, too
Googling for this lead to three pages of Minecraft error questions. So, can anyone hint me here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
JOrbis (http://www.jcraft.com/jorbis/) 是纯 Java 的,jmonkeyengine.org 项目使用它来处理 ogg 播放。
There's JOrbis (http://www.jcraft.com/jorbis/) which is pure Java and used by the jmonkeyengine.org project to handle ogg playback.
有一个纯java解决方案来播放mp3文件或将它们转换为wav。然而,它可能更简单到使用 ogg。
There is a pure java solution to play mp3 files or convert them to wav. However it might be simpler to use ogg.
为什么不将 openal 与 slick 和 lwjgl 一起使用?它提供对 aif mp3 wav ogg 的支持。 lwjgl wiki 上有教程。
Why not use openal with slick and lwjgl? It provides support for aif mp3 wav ogg. There are tutorials on the lwjgl wiki.