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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation_unittest.py

Issue 2813883002: APM QA refactoring: render stream support, echo path simulation, new export engine (Closed)
Patch Set: merge Created 3 years, 5 months 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/py_quality_assessment/quality_assessment/simulation_unittest.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation_unittest.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation_unittest.py
index 1f5f2d400ea74e7d694bd66da27ff127f5282284..1d4789d6e941825a99f3fefc4d15c5f2dc23af8f 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation_unittest.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation_unittest.py
@@ -71,7 +71,7 @@ class TestApmModuleSimulator(unittest.TestCase):
# Run all simulations.
simulator.Run(
config_filepaths=config_files,
- input_filepaths=input_files,
+ capture_input_filepaths=input_files,
test_data_generator_names=test_data_generators,
eval_score_names=eval_scores,
output_dir=self._output_path)

Powered by Google App Engine
This is Rietveld 408576698