Displaying 2 results from an estimated 2 matches for "lpt_sse".
Did you mean:
ldt_ss
2004 Aug 06
2
[lists] Speex & Java ...
>
>
>> 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
2004 Aug 06
2
[lists] Speex & Java ...
> 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 wi...