Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc

Issue 2567513003: Added basic framework for AEC3 in the audio processing module (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
diff --git a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
index b117dbbebe79dd1657d0d1bf45f08ccacfc7cdf2..10d4fcdf6f9ab4f44134728284a601d502b6202e 100644
--- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
+++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
@@ -491,7 +491,7 @@ void AecDumpBasedSimulator::HandleMessage(
}
if (settings_.use_aec3) {
- config.Set<EchoCanceller3>(new EchoCanceller3(*settings_.use_aec3));
+ apm_config.echo_canceller3.enabled = *settings_.use_aec3;
}
if (settings_.use_lc) {
« no previous file with comments | « webrtc/modules/audio_processing/include/config.h ('k') | webrtc/modules/audio_processing/test/audio_processing_simulator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698