Remove deprecated legacy AEC code
This CL removes the deprecated legacy AEC code. Note that this CL should not be landed before the M80 release has been cut. Bug: webrtc:11165 Change-Id: I59ee94526e62f702bb9fa9fa2d38c4e48f44753c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161238 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30036}
This commit is contained in:
@ -551,17 +551,6 @@ void AudioProcessingImplLockTest::SetUp() {
|
||||
apm_config.voice_detection.enabled = true;
|
||||
apm_config.level_estimation.enabled = true;
|
||||
apm_->ApplyConfig(apm_config);
|
||||
|
||||
Config config;
|
||||
config.Set<ExtendedFilter>(
|
||||
new ExtendedFilter(test_config_.aec_type ==
|
||||
AecType::BasicWebRtcAecSettingsWithExtentedFilter));
|
||||
|
||||
config.Set<DelayAgnostic>(
|
||||
new DelayAgnostic(test_config_.aec_type ==
|
||||
AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec));
|
||||
|
||||
apm_->SetExtraOptions(config);
|
||||
}
|
||||
|
||||
void AudioProcessingImplLockTest::TearDown() {
|
||||
|
Reference in New Issue
Block a user