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

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

Issue 2505993002: Renamed -red to -ed and -red_graph to -ed_graph in audioproc_f. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/audio_processing_simulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5f248502f5055ffdf6d0dbd8385c68a57f81c7f..8580f159c29f91ba2269956c2e519759fb2b7399 100644
--- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
+++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
@@ -450,8 +450,8 @@ void AecDumpBasedSimulator::HandleMessage(
apm_config.level_controller.enabled = *settings_.use_lc;
}
- if (settings_.use_red) {
- apm_config.residual_echo_detector.enabled = *settings_.use_red;
+ if (settings_.use_ed) {
+ apm_config.residual_echo_detector.enabled = *settings_.use_ed;
}
ap_->ApplyConfig(apm_config);
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/audio_processing_simulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698