Displaying 2 results from an estimated 2 matches for "d14a32ea".
2004 Aug 06
0
What is the format of the PCM/WAV data for speex_encode & speex_decode?
...Sherbrooke, Qubec, Canada
-------------- 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 numriquement signe.
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040416/d14a32ea/signature-0001.pgp
2004 Aug 06
3
What is the format of the PCM/WAV data for speex_encode & speex_decode?
I'm confused about the format of the PCM/WAV data for speex_encode &
speex_decode
speex_encode(enc_state, input_frame, &bits);
In the manual, it says "input_frame is a (float *) pointing to the beginning
of a speech frame" (for encode)
But I've found that in speexenc.c and testenc.c, short* is used instead of
float*
So, isn't it signed 16 bit samples(if