mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
add a trace.
Validated. git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@608 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
0d636e1301
commit
eaff081267
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ static void speex_ec_preprocess(MSFilter *f){
|
|||
s->filterlength=(s->tail_length_ms*s->samplerate)/1000;
|
||||
if (s->delay_ms!=0)
|
||||
s->playback_delay=s->delay_ms*s->samplerate/1000;
|
||||
|
||||
ms_message("Initializing speex echo canceler with framesize=%i, filterlength=%i, playback_delay=%i",
|
||||
s->framesize,s->filterlength,s->playback_delay);
|
||||
s->ecstate=speex_echo_state_init(s->framesize,s->filterlength);
|
||||
s->den = speex_preprocess_state_init(s->framesize, s->samplerate);
|
||||
speex_echo_ctl(s->ecstate, SPEEX_ECHO_SET_SAMPLING_RATE, &s->samplerate);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue