search for: peex_encode_int

Displaying 2 results from an estimated 2 matches for "peex_encode_int".

Did you mean: speex_encode_int
2004 Aug 06
4
speex_encode / speex_encode_int ... already sorry =)
..., float or short ? I quickly looked at the source code and i saw the speex_encode doing float to short convertion but it has protected by some #ifdef so .. Easy question, i want to: - pass buffer to Speex in its native format - encode fast with low resource, avoid buffer convertion ... peex_encode_int / speex_encode ? thank you :) -- cl --- >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 subj...
2004 Aug 06
0
speex_encode / speex_encode_int ... already sorry =)
...ked at the source code and i saw the speex_encode doing > float to short convertion but it has protected by some #ifdef so .. > > Easy question, i want to: > - pass buffer to Speex in its native format > - encode fast with low resource, avoid buffer convertion ... > > speex_encode_int / speex_encode ? peex_encode_int() but it will only work with version 1.1 (and maybe future versions), if you want compatability with the stable version 1.0 you need to use speex_encode(). Conrad. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph....