Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc

Issue 2111553002: Improved tuning of the adaptive level controller. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@ALC_RC9_CL
Patch Set: Disabling bitexactness tests that were by mistake not disabled in the previous patch Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_processing/level_controller/peak_level_estimator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc
diff --git a/webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc b/webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc
index 701948b8e02fa77fa7c256439c3384d789a220ea..8ba57a9d585ec1c309ef66886a88fef1cb4c6d8d 100644
--- a/webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc
+++ b/webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc
@@ -25,7 +25,7 @@ SaturatingGainEstimator::SaturatingGainEstimator() {
SaturatingGainEstimator::~SaturatingGainEstimator() {}
void SaturatingGainEstimator::Initialize() {
- saturating_gain_ = 1000.f;
+ saturating_gain_ = kMaxLcGain;
saturating_gain_hold_counter_ = 0;
}
« no previous file with comments | « webrtc/modules/audio_processing/level_controller/peak_level_estimator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698