Index: webrtc/modules/audio_processing/level_controller/lc_constants.h |
diff --git a/webrtc/modules/audio_processing/level_controller/lc_constants.h b/webrtc/modules/audio_processing/level_controller/lc_constants.h |
index 4a64d02af75e23db84cc491eb62398eb1213a6e6..3390cc96e5e12bb97abfc15ebf72b02db23853cf 100644 |
--- a/webrtc/modules/audio_processing/level_controller/lc_constants.h |
+++ b/webrtc/modules/audio_processing/level_controller/lc_constants.h |
@@ -13,9 +13,9 @@ |
namespace webrtc { |
-const float kMaxLcGain = 45; |
-const float kMaxLcNoisePower = 200.f * 200.f; |
-const float kTargetLcPeakLevel = 0.8f * 32767.f; |
+const float kMaxLcGain = 10; |
+const float kMaxLcNoisePower = 100.f * 100.f; |
+const float kTargetLcPeakLevel = 0.5f * 32767.f; |
} // namespace webrtc |