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?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

There's JOrbis (http://www.jcraft.com/jorbis/) which is pure Java and used by the jmonkeyengine.org project to handle ogg playback.

link|improve this answer
feedback

There is a pure java solution to play mp3 files or convert them to wav. However it might be simpler to use ogg.

link|improve this answer
I see the ogg support is not pure Java, so that might not work for you. – Thomas Mueller May 31 '11 at 17:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.