commit | be490b2abef1b5ce9fa8918a9323459b7150ec8f | [log] [tgz] |
---|---|---|
author | saza <saza@webrtc.org> | Wed Oct 03 17:03:13 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 04 09:20:10 2018 +0000 |
tree | 8e80b872199e0e462c13c84bb806184d3270c194 | |
parent | 4b6c2ec5dbc99157487bfa110b6c0109fc466081 [diff] [blame] |
Delete deprecated AEC interfaces They've been officially deprecated since September 4, 2018. PSA: https://groups.google.com/forum/#!topic/discuss-webrtc/r_9n-PRUIX4 Bug: webrtc:9535 Change-Id: I294e22ae874b1edd81a0a0347755d82c5ebc61e0 Reviewed-on: https://webrtc-review.googlesource.com/c/103444 Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24971}
diff --git a/modules/audio_processing/echo_control_mobile_impl.h b/modules/audio_processing/echo_control_mobile_impl.h index 3341ec5..a5b66c8 100644 --- a/modules/audio_processing/echo_control_mobile_impl.h +++ b/modules/audio_processing/echo_control_mobile_impl.h
@@ -24,6 +24,8 @@ class AudioBuffer; +// The acoustic echo control for mobile (AECM) component is a low complexity +// robust option intended for use on mobile devices. class EchoControlMobileImpl { public: EchoControlMobileImpl(rtc::CriticalSection* crit_render,