search for: speexo_encod

Displaying 1 result from an estimated 1 matches for "speexo_encod".

Did you mean: speexo_encode
2011 Sep 29
1
Nothing but rhythm was left after encoding and decoding by speex on ipad(XCode 4.1 48110)
...hen compiling speex 1.2.rc1, I included the config.h file generated by the configure on Mac OS X 10.7.1?add "#include config.h" in arch.h) and did the same thing with that on speex 1.0.5. The following is the code I used to encode and decode, it works properly in Android 3.0: static int speexo_encode(const void *in_bytes, void *out_bytes, int size) { if (!codec_open) return 0; int return_value; speex_bits_reset(&ebits); //speex_echo_capture(echo_state, (short*)in_bytes, (short*)in_bytes); //speex_preprocess_run(prep_state, (short*)in_bytes); speex_encode_int(enc_state, (sho...