Displaying 2 results from an estimated 2 matches for "section00740000000000000000".
2009 Apr 20
2
Echo Can Tail Length
Hi,
I've been trying to understand the documentation on the Speex echo
canceller, and unless I'm confused, I think there's a mistake
somewhere. The documentation on http://speex.org/docs/manual/speex-manual/node7.html#SECTION00740000000000000000
says, " The recommended tail length is approximately the third of
the room reverberation time". However, the Octave script
echo_diagnostic.m has the code:
if (b > .3*tail_length)
printf ('This is too much delay, try delaying the far-end
signal a bit\n');
This...
2009 Apr 20
0
Echo Can Tail Length
David Baker a ?crit :
> Hi,
>
> I've been trying to understand the documentation on the Speex echo
> canceller, and unless I'm confused, I think there's a mistake
> somewhere. The documentation on http://speex.org/docs/manual/speex-manual/node7.html#SECTION00740000000000000000
> says, " The recommended tail length is approximately the third of
> the room reverberation time". However, the Octave script
> echo_diagnostic.m has the code:
>
> if (b > .3*tail_length)
> printf ('This is too much delay, try delaying the far-end...