From bcce4530d43b046d6e9ddf8e4e859dfba89137a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85hgren?= Date: Tue, 3 Dec 2019 13:52:40 +0100 Subject: [PATCH] AEC3: Add flag for requiring a high pass filter effect before the AEC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:11159, chromium:1030179 Change-Id: Ic6b686a36efa433156a66252394fa551b8ed1837 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161227 Reviewed-by: Sam Zackrisson Commit-Queue: Per Ã…hgren Cr-Commit-Position: refs/heads/master@{#29986} --- modules/audio_processing/include/audio_processing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index 539871dc73..8b0dce982b 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h @@ -283,6 +283,7 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface { // Recommended not to use. Will be removed in the future. bool use_legacy_aec = false; bool export_linear_aec_output = false; + bool enforce_high_pass_filtering = true; } echo_canceller; // Enables background noise suppression.