From 03257b049e56358bf0b929d58fe59f57beef1ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85hgren?= Date: Thu, 28 Feb 2019 10:52:26 +0100 Subject: [PATCH] Add flag for explicitly specifying that the legacy AEC2 should be used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CL adds a temporary flag for specifying that the legacy AEC2 should be used. Bug: webrtc:10366 Change-Id: Ie3edaa1560cdc1282b62242beb67aa6fee7f2841 Reviewed-on: https://webrtc-review.googlesource.com/c/124980 Reviewed-by: Sam Zackrisson Commit-Queue: Per Ã…hgren Cr-Commit-Position: refs/heads/master@{#26891} --- modules/audio_processing/include/audio_processing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index aba0a13924..6a0917a8f0 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h @@ -257,6 +257,8 @@ class AudioProcessing : public rtc::RefCountInterface { // Recommended not to use. Will be removed in the future. // APM components are not fine-tuned for legacy suppression levels. bool legacy_moderate_suppression_level = false; + // Recommended not to use. Will be removed in the future. + bool use_legacy_aec = false; } echo_canceller; // Enables background noise suppression.