Reduce target level a bit.

ms-webrtc-agc
Mooneer Salem 2025-09-10 16:38:19 -07:00
parent 299a1ed5d5
commit 6282992544
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ AgcStep::AgcStep(int sampleRate)
// Set AGC configuration
agcConfig_.compressionGaindB = 21; // default 9 dB
agcConfig_.limiterEnable = 1; // default kAgcTrue (on)
agcConfig_.targetLevelDbfs = 7; // default 3 (-3 dBOv)
agcConfig_.targetLevelDbfs = 9; // default 3 (-3 dBOv)
status = WebRtcAgc_set_config(agcState_, agcConfig_);
if (status != 0)
{