LWJGL and Ogg/Mp3

Lanbo :

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?

user500592 :

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related