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 adcfd8ec094aae7f5ee97708f74a50cf4d40e2b2..e21f42a1c53ff6295549f5ff3271f4e75a4f091f 100644 |
--- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc |
+++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc |
@@ -441,6 +441,10 @@ void AecDumpBasedSimulator::HandleMessage( |
config.Set<EchoCanceller3>(new EchoCanceller3(*settings_.use_aec3)); |
} |
+ if (settings_.use_lc) { |
+ config.Set<LevelControl>(new LevelControl(true)); |
+ } |
+ |
ap_->SetExtraOptions(config); |
} |
} |