AEC3 can only be activated by injection.
Removed echo_canceller3.enabled from API configuration. Bug: webrtc:8346 Change-Id: Ie88a518c7eb37653ad9b20b18bdec6476076ccb6 Reviewed-on: https://webrtc-review.googlesource.com/27080 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21829}
This commit is contained in:

committed by
Commit Bot

parent
7c4dedade1
commit
8e9252a14f
@ -276,12 +276,6 @@ class AudioProcessing : public rtc::RefCountInterface {
|
||||
bool enabled = false;
|
||||
} high_pass_filter;
|
||||
|
||||
// Deprecated way of activating AEC3.
|
||||
// TODO(gustaf): Remove when possible.
|
||||
struct EchoCanceller3 {
|
||||
bool enabled = false;
|
||||
} echo_canceller3;
|
||||
|
||||
// Enables the next generation AGC functionality. This feature replaces the
|
||||
// standard methods of gain control in the previous AGC.
|
||||
// The functionality is not yet activated in the code and turning this on
|
||||
|
Reference in New Issue
Block a user