Ralph Giles
2004-Aug-06 15:02 UTC
[speex-dev] speex_encode / speex_encode_int ... already sorry =)
On Mon, Apr 26, 2004 at 01:32:53AM +1000, Kenji Chan wrote:> I always think short is better over float, because most of the time we don't > get float form data, from, e.g microphone / wav filesIt really depends on your framework. Hardware generally uses integer samples, but a number of newer software systems use float. On modern host cpus it's just as fast and you don't have to write your filter code for every combination of sample depth, signedness and endianness. Speex was re-written to use ints/fixed point to efficiency on embedded cpus with no fpu, of course, so it's better to use the _int versions if you can. -r --- >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.
crazylord
2004-Aug-06 15:02 UTC
[speex-dev] speex_encode / speex_encode_int ... already sorry =)
thankx all, now i know what i need to use :) --- >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.
Kenji Chan
2004-Aug-06 15:02 UTC
[speex-dev] speex_encode / speex_encode_int ... already sorry =)
I always think short is better over float, because most of the time we don't get float form data, from, e.g microphone / wav files <p>-----Original Message----- From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf Of Conrad Parker Sent: Monday, April 26, 2004 12:58 AM To: speex-dev@xiph.org Subject: Re: [speex-dev] speex_encode / speex_encode_int ... already sorry =) <p><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.
Possibly Parallel Threads
- speex_encode / speex_encode_int ... already sorry =)
- speex_encode / speex_encode_int ... already sorry =)
- speex_encode / speex_encode_int ... already sorry =)
- What is the format of the PCM/WAV data for speex_encode & speex_decode?
- speex_encode_int() - pls help..