Displaying 6 results from an estimated 6 matches for "goudarzi".
Did you mean:
goudard
2004 Aug 06
2
[lists] Speex & Java ...
On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote:
> Hello People,
>
> Are there any ongoing efforts to port speex enc/dec
> to java? I know there are a couple of things lying about in
> jcraft and other sites but they all seem a little half hearted.
You might like to write a JNI Wrapper.
Cheers
David
> I've used...
2004 Aug 06
0
[lists] Speex & Java ...
David McNab wrote:
> On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote:
>
>>Hello People,
>>
>> Are there any ongoing efforts to port speex enc/dec
>>to java? I know there are a couple of things lying about in
>>jcraft and other sites but they all seem a little half hearted.
>
>
> You might like to write a JNI Wrappe...
2004 Aug 06
2
fixed point conversion volunteer (OMG what am I doing?)
Hello Mark:
Count me in. I'm an excellent C programmer and I've done assembly
coding. Although I've not done float to int conversions, I'll pick it
up quickly ... send me an example, please.
Also, I direct The Tech Startup Connection here in Silicon Valley, so
I have a very large resource pool. Check out
2004 Aug 06
1
[PATCH] Re: Decoding .spx with 1.0 on ppc produces noise!
On Thu, 2003-04-17 at 07:48, Kaveh Goudarzi wrote:
> Hi,
>
> I had a similar question ... is the endian-ness of the encoded
> speex file, system dependent? or is it always little endian? If it's
> always little endian (like the header seems to be) then big endian
> machines (or java) will need to map everything to bi...
2004 Aug 06
4
Decoding .spx with 1.0 on ppc produces noise!
Hi,
I got my hands on the LCA 2003 CD today and I tried to listen to it on
my powerbook running Linux. Instead of getting speech, I got an earfull
of noise! Attempting the same experiment on an i386 with the same CD
produced understandable speech.
It seems that the output routine in speexdec converts the output data to
little endian short format, which is incorrect on the ppc architecture.
The
2004 Aug 06
0
Decoding .spx with 1.0 on ppc produces noise!
Hi,
I had a similar question ... is the endian-ness of the encoded
speex file, system dependent? or is it always little endian? If it's
always little endian (like the header seems to be) then big endian
machines (or java) will need to map everything to bigendian before
decoding ...
thanks in advance,
Kaveh.
<p>Ben Stanley wrote:
> Hi,
>
> I got my hands on the LCA