PDA

View Full Version : Music in Java


Jesse Aldridge
05-18-2006, 06:04 PM
So what's the standard way of playing music in Java?
Is this it? (JOrbis) (http://www.jcraft.com/jorbis/)

oNyx
05-18-2006, 10:44 PM
For decoding there is jorbis, fmod (if you have the money) and ibxm (http://www.javagaming.org/forums/index.php?topic=4815.0) (mod/xm/s3m). And for the actual playback there is javasound, fmod (again) and openal (lwjgl)/joal.

I'm using jorbis and ibxm together with javasound (yuck) or openal (thanks to kevglass' nice wrapper thingy).

princec
05-19-2006, 01:57 AM
I'm using JOrbis through OpenAL.

Cas :)

Sillysoft
05-20-2006, 02:31 PM
I use JOrbis also.

clilian
05-21-2006, 12:18 PM
Same here : jorbis over javasound (untrusted applet) or openal (standalone).

Lilian :)