Displaying 1 result from an estimated 1 matches for "guiplayer".
Did you mean:
gmplayer
2000 Dec 16
1
Ogg Vorbis and Java
...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-concept.
The VorbisFile has what you'd expect for methods for retrieving the file
version, number of channels, bit rates, total time, and comments. It
doesn't allow updating the...