> Thanks, I'm having a look at it. I've also had a look at the > various files making up libspeex trying to see how hard the port to > java would be ... Having only had a cursory look it looks ok except > for filters_sse.h & lpt_sse.h which have some assembly. > > Jean-Marc can you throw some light on what these do ... Also > anyone interested in chiping in some time to map libspeex to java?Don't worry about those. They're just asm versions of existing files. They're not even used unless you compile with -D_USE_SSE, so they obviously don't need to be ported to Java. Jean-Marc -- Jean-Marc Valin, M.Sc.A. LABORIUS (http://www.gel.usherb.ca/laborius) Université de Sherbrooke, Québec, Canada <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: Ceci est une partie de message numériquement signée Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030403/6fd3365b/signature-0001.pgp
> > >> You might like to write a JNI Wrapper. > > > That's what I'm doing now to get things rolling but I > was talking about a pure java solution. So is there any such > project underway?I wrote a JNI wrapper for speex a few months ago, it's not finished but it does work and i don't think it would need much work to be update it to speex 1.0 and to implement the missing options. The zip file should still be availlable on speex.org website. As for a 100% java solution i have no idea if such thing exist. regards, Boyd. --- >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 'speex-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 wrote a JNI wrapper for speex a few months ago, it's not finished but > it does work > and i don't think it would need much work to be update it to speex 1.0 > and to implement the missing options. > The zip file should still be availlable on speex.org website.Thanks, I'm having a look at it. I've also had a look at the various files making up libspeex trying to see how hard the port to java would be ... Having only had a cursory look it looks ok except for filters_sse.h & lpt_sse.h which have some assembly. Jean-Marc can you throw some light on what these do ... Also anyone interested in chiping in some time to map libspeex to java? regards, Kaveh. <p>--- >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 'speex-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.