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

Unified Diff: webrtc/modules/audio_processing/audio_processing_impl.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: 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
Index: webrtc/modules/audio_processing/audio_processing_impl.cc
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.cc b/webrtc/modules/audio_processing/audio_processing_impl.cc
index 6183f03d4f980b934fc69a47504d0b655462b42d..b0433efa8cb3045214195ea62981524cfdffb2a5 100644
--- a/webrtc/modules/audio_processing/audio_processing_impl.cc
+++ b/webrtc/modules/audio_processing/audio_processing_impl.cc
@@ -420,10 +420,6 @@ void AudioProcessingImpl::SetExtraOptions(const Config& config) {
LOG(LS_INFO) << "Level controller activated: "
<< config.Get<LevelControl>().enabled;
- // TODO(peah): Remove the explicit deactivation once
- // the upcoming changes for the level controller tuning
- // are landed.
- capture_nonlocked_.level_controller_enabled = false;
InitializeLevelController();
}

Powered by Google App Engine
This is Rietveld 408576698