Hi, a few months ago it has already been discussed, but without final solution it seems... Is there anybody who is working on a Java JNI wrapper for libvorbis etc.? Greetings k.j. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I've done quite a bit of work on it. I'll try to get something out in the next few days. If you can't wait, you can use JOrbis: http://www.jcraft.com/jorbis Aaron ----- Original Message ----- From: "Klaus-Juergen Wolf" <klaus-juergen.wolf@epost.de> To: <vorbis-dev@xiph.org> Sent: Thursday, June 28, 2001 9:09 AM Subject: [vorbis-dev] Java wrapper?> Hi, > > a few months ago it has already been discussed, but without final > solution it seems... > > Is there anybody who is working on a Java JNI wrapper for libvorbis > etc.? > > Greetings > k.j. >--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I have made something that is in beta stage it's not mentioned for playing vorbis files but getting information and streaming them to other device (This is made pute java so it not JNI wrapper) But it like to know what the heck are those books int third vorbis header. Tuukka --- --Me olemme keskella jotain. jossa olemme totaalisen ulkopuolisia-- On Thu, 28 Jun 2001 11:09:43 Aaron Porter wrote:>I've done quite a bit of work on it. I'll try to get something out in the >next few days. > >If you can't wait, you can use JOrbis: >http://www.jcraft.com/jorbis > >Aaron > >----- Original Message ----- >From: "Klaus-Juergen Wolf" <klaus-juergen.wolf@epost.de> >To: <vorbis-dev@xiph.org> >Sent: Thursday, June 28, 2001 9:09 AM >Subject: [vorbis-dev] Java wrapper? > > >> Hi, >> >> a few months ago it has already been discussed, but without final >> solution it seems... >> >> Is there anybody who is working on a Java JNI wrapper for libvorbis >> etc.? >> >> Greetings >> k.j. >> > > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >Ogg project homepage: http://www.xiph.org/ogg/ >To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. >Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hmm.. i know that much. but what information i can get there?? how to decode them. I have read Jorbis code but that part was too cryptic:) --- --Me olemme keskella jotain. jossa olemme totaalisen ulkopuolisia-- On Thu, 28 Jun 2001 12:22:15 Aaron Porter wrote:>The codebooks in the third Vorbis header are used for decoding the Vorbis >packets that follow. Without the codebooks the Vorbis packets are useless. > >Aaron > >----- Original Message ----- >From: "Tuukk4 |[:)<-<| p4s4n3n" <illuusio@lycos.com> >To: <vorbis-dev@xiph.org> >Sent: Thursday, June 28, 2001 11:50 AM >Subject: Re: [vorbis-dev] Java wrapper? > > >> I have made something that is in beta stage it's not mentioned for playing >vorbis files but getting information and streaming them to other device >(This is made pute java so it not JNI wrapper) >> >> But it like to know what the heck are those books int third vorbis header. >> >> Tuukka >> >> --- >> --Me olemme keskella jotain. jossa olemme totaalisen ulkopuolisia-- > > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >Ogg project homepage: http://www.xiph.org/ogg/ >To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. >Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
OK, Back to good old C converting to Java. gladly i have been workin on Wery Wery Undocumented Commercial C code. Ten years no documentation i want to believe Vorbis code i not that bad. I try to look and ask more specified guestions when i come to point where i don't get it anymore:) Thanks, Tuukka ps. Jorbis code is little hard to understand sometimes. On Fri, 29 Jun 2001 01:57:18 Monty wrote:> > > >On Thu, Jun 28, 2001 at 09:37:23PM +0100, Tuukk4 |[:)<-<| p4s4n3n wrote: >> Hmm.. i know that much. but what information i can get there?? how to decode them. I have read Jorbis code but that part was too cryptic:) > >The C is less cryptic, but still 'up there'. I currently have no >documentation of the codebooks, and they're a bit hard to grok in >their entirety, but the code is reasonably well laid out. The rest of >the encoding parameters stored in the third header are a bit easier to >get through. > >If you want to go sifting through the C (it will take time, but is not >impossible), begin in the *_pack and *_unpack functions in info.c. > >Monty > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >Ogg project homepage: http://www.xiph.org/ogg/ >To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. >Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.