Remove remaining settings for using legacy AEC
This CL removes the remaining settings for using the legacy AEC. It also adds a missing printout of the enforce_high_pass_filtering parameter in the ToString method. Bug: webrtc:11165 Change-Id: I58f0861bf1c6cd24bd83f4d3e394653b2fab3d71 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161683 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30050}
This commit is contained in:
@ -229,12 +229,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
struct EchoCanceller {
|
||||
bool enabled = false;
|
||||
bool mobile_mode = false;
|
||||
// Recommended not to use. Will be removed in the future.
|
||||
// TODO(peah): Remove.
|
||||
bool legacy_moderate_suppression_level = false;
|
||||
// Recommended not to use. Will be removed in the future.
|
||||
// TODO(webrtc:11165): Remove.
|
||||
bool use_legacy_aec = false;
|
||||
bool export_linear_aec_output = false;
|
||||
// Enforce the highpass filter to be on (has no effect for the mobile
|
||||
// mode).
|
||||
|
Reference in New Issue
Block a user