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:

committed by
WebRTC LUCI CQ

parent
7679e9bf07
commit
498078ce28
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user