Add flag for explicitly specifying that the legacy AEC2 should be used

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 <saza@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26891}
This commit is contained in:
Per Åhgren
2019-02-28 10:52:26 +01:00
committed by Commit Bot
parent f3280e99b0
commit 03257b049e

View File

@ -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.