sergeisn-ogg@yahoo.com
2008-Feb-14 08:20 UTC
[Vorbis] Random access Vorbis decoder in Java
Hello, Does anyone know whether vorbis-java-1.0.0 can do the decoding? Is there an example of how to use it for decoding? If yes, can it seek, i.e. decode an Ogg Vorbis bitstream from a random position? Thanks a lot, --Sergey
sergeisn-ogg@yahoo.com schrieb:> Does anyone know whether vorbis-java-1.0.0 can do the decoding?I'm not sure about that, actually I didn't know that Xiph had released any "official" Java code at all. If you don't have to use the decoder from Xiph, you can find my Vorbis decoder on www.j-ogg.de, which supports seeking if you read data from a seekable source (a file or a URL with caching enabled). Tor