mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
try something else.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@363 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
7636f9b8ea
commit
872dd0a1d5
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ static void volume_echo_avoider_process(Volume *v){
|
|||
}else gain=v->static_gain;
|
||||
}
|
||||
if (v->ea_active){
|
||||
gain_k2=5*v->gain_k;
|
||||
gain_k2=1;
|
||||
}else gain_k2=v->gain_k;
|
||||
v->gain=(v->gain*(1-gain_k2)) + (gain_k2*gain);
|
||||
ms_message("ea_active=%i, peer_e=%f gain=%f gain_k=%f",v->ea_active,peer_e,v->gain, v->gain_k);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue