mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Use large attenuation
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@404 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
bc66a5bb98
commit
8669dd663f
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ static void conf_dispatch(MSFilter *f, ConfState *s){
|
|||
&& i%2==1) // false detection of MIC speaking
|
||||
{
|
||||
ms_message("false detection of MIC speaking: turned off");
|
||||
m=conf_output(s,chan, 5);
|
||||
m=conf_output(s,chan, 32000);
|
||||
}
|
||||
else if (s->channels[0].is_speaking<0 && i%2==1) // MIC is NOT speaking -> send silence on RTP
|
||||
m=conf_output(s,chan, 32000);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue