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
@ -3005,7 +3005,6 @@ std::unique_ptr<AudioProcessing> CreateApm(bool use_AEC2) {
|
||||
// Disable all components except for an AEC and the residual echo detector.
|
||||
AudioProcessing::Config config;
|
||||
config.residual_echo_detector.enabled = true;
|
||||
config.echo_canceller3.enabled = false;
|
||||
config.high_pass_filter.enabled = false;
|
||||
config.gain_controller2.enabled = false;
|
||||
config.level_controller.enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user