Remove deprecated webrtc::AudioProcessing::ResidualEchoDetector stats config

Replaced by injectable component, see discussion and PSA in attached bug.

Bug: webrtc:11539
Change-Id: I11ac4504e3d7e0d42b545ff92178674c709f586d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258680
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36612}
This commit is contained in:
Sam Zackrisson
2022-04-11 13:34:54 +02:00
committed by WebRTC LUCI CQ
parent 7679e9bf07
commit 498078ce28

View File

@ -369,12 +369,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
} adaptive_digital;
} gain_controller2;
// TODO(bugs.webrtc.org/11539): Deprecated. Delete this flag. Replaced by
// injectable submodule.
struct ResidualEchoDetector {
bool enabled = false;
} residual_echo_detector;
std::string ToString() const;
};