Re: Random access Vorbis decoder in Java
Tor-Einar Jarnbjo <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <23154413.8616941203015007983.JavaMail.root@yggdrasil.jarnbjo.name> |
[email protected] 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