search for: speex_get_echo_residu

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

2006 Nov 07
1
echo residue buffer size
...use, harder to screw up, and it means I can > improve it in the future without breaking things. > > Jean-Marc Thanks for your response. Yes, I followed The World Institute for Mental Health recommendation. :) But I think the problem might still present in the new API. Specifically, speex_get_echo_residual function fills up (frame_size + 1) elements. It's entirely possible (and even likely) that I'm missing something but isn't it supposed to use frame_size elements? Thanks, Gregg
2006 Nov 07
2
echo residue buffer size
Hi, What is the required size of the echo residue buffer in speex_echo_cancel function? The mdf.c source would suggest that it's frame_size + 1, while preprocessor.c source claims it's frame_size. Bug? Or am I missing something? I am using 1.2beta1. Thanks, Gregg