I'm trying to implement either JOrbis or JLayer as the music player in
a game project I am working on. Unfortunatly the JLayer API is outside
my capability to understand without an example, and JOrbis doesn't even
have an API. Does anyone have an example of what code for either
library would looklike if it were only being used to play the .ogg or
.mp3 respectivly?
I have already implemented mp3 playing via the JMF, but I later
discovered that it wouldn't work on macs, so I am forced to find
another solution.
For the record, my experience with both Java and Computer Science is
about 3 years, all in high school.
Thank you sincerly, in advance.
Oliver Wong - 18 Sep 2006 16:19 GMT
> I'm trying to implement either JOrbis or JLayer as the music player in
> a game project I am working on. Unfortunatly the JLayer API is outside
[quoted text clipped - 11 lines]
>
> Thank you sincerly, in advance.
There's some open source applications which use JOrbis linked to from
http://www.jcraft.com/jorbis/ which you can look at.
- Oliver