search for: aumdf

Displaying 3 results from an estimated 3 matches for "aumdf".

Did you mean: numdf
2006 Jan 19
1
Compile error (svn 10743)
...gt;lpcSize = lpcSize; nb_mode->bufSize = bufSize; <<<--- 1>d:\voip\mod_speexrefcode\modes_noglobals.c(198) : error C2039: 'bufSize' : is not a member of 'SpeexNBMode' 2. mdf.c - speex_echo_cancel() /* Update weight to prevent circular convolution (MDF / AUMDF) */ for (j=0;j<M;j++) { /* This is a variant of the Alternatively Updated MDF (AUMDF) */ /* Remove the "if" to make this an MDF filter */ if (j==M-1 || st->cancel_count%(M-1) == j) { spx_word16_t w[N]; <<<<----- 1>d:\voip\mod_s...
2006 Jan 19
0
Compile error (svn 10743)
...gt;lpcSize = lpcSize; nb_mode->bufSize = bufSize; <<<--- 1>d:\voip\mod_speexrefcode\modes_noglobals.c(198) : error C2039: 'bufSize' : is not a member of 'SpeexNBMode' 2. mdf.c - speex_echo_cancel() /* Update weight to prevent circular convolution (MDF / AUMDF) */ for (j=0;j<M;j++) { /* This is a variant of the Alternatively Updated MDF (AUMDF) */ /* Remove the "if" to make this an MDF filter */ if (j==M-1 || st->cancel_count%(M-1) == j) { spx_word16_t w[N]; <<<<----- 1>d:\voip\mod_s...
2004 Aug 25
3
FW: Echo Cancellation
Hello, I am testing speex 1.1.6's echo canceller. I am using testecho.c, with a few modifications to get it to run on Windows. My problem is that I am unable to get the echo cancellation to work correctly. I am working on an audio conferencing software, and one issue we have is sometimes the microphone picks up what is being played through the headset, resulting in an echo of the other