Displaying 1 result from an estimated 1 matches for "vorbisplayer".
Did you mean:
jorbisplayer
2000 Dec 16
1
Ogg Vorbis and Java
...te it.
This preliminary version is only usable on Red Hat Linux as far as I know.
I'm hoping I can convince Aaron to generate a vorbis_j.dll for Windows and
hopefully it won't be too hard to compile on other OSes.
Anyway, on with what it does. I've created a VorbisFile interface and a
VorbisPlayer interface with default implementations. These implementations
call native code which uses the Ogg Vorbis libraries to accomplish their
tasks. I also included a *very* simple GUIPlayer as sort of an example on
usage. It isn't exactly a pretty looking player, but it does accomplish a
proof-of-con...