X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=utils%2Ffgcom%2Ffgcom.cxx;h=af94b0ace265ff7e8f80a01436605bb75450920f;hb=04736077318cf3ef7dc5a4af40d00f86f2b430b7;hp=f3f972df74a83b099dd1e6011736684636578fbe;hpb=3254f54f9ed8917f7cd21bcdb8b3e74b9d4c14a9;p=flightgear.git diff --git a/utils/fgcom/fgcom.cxx b/utils/fgcom/fgcom.cxx index f3f972df7..af94b0ace 100644 --- a/utils/fgcom/fgcom.cxx +++ b/utils/fgcom/fgcom.cxx @@ -98,7 +98,7 @@ static const char *audio_in; static const char *audio_out; static double level_in = 0.7; static double level_out = 0.7; -static double silence_thd = -20.0; +static double silence_thd = -35.0; static bool mic_boost; static char codec_option; static const char *callsign;