search for: youtput_frame

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

Did you mean: output_frame
2007 Sep 14
0
Speex echo canceller creating some problems. No voice coming.
...if the question is repetative. Just for testing the echo canceller performance, I have added mdf,fftwrap,misc,kiss_fftr,kiss_fft source files to my project. Now In my multithread application when I receive packets from mice, I calls speex_echo_capture(echo_state, input_frame, output_frame,Youtput_frame) with input_frame as data received from mice(160 bytes as I am using G711 codec) and I send data out received from second argument output_frame. Also when I get packet to play from remote(far) end, I calls speex_echo_playback(echo_state, echo_frame) with arrived data. If I do not pass...