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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh

Issue 2718133002: APM Quality Assessment tool, environmental noise generator (Closed)
Patch Set: comments from Per addressed Created 3 years, 9 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/apm_quality_assessment.sh
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh
index ae76de57b646c0f8b68bd2f522043e2fe4a80c7a..84330d0d1651b19abd8c1b08ed57d3c46f7888ba 100755
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh
@@ -22,8 +22,8 @@ SCORES=( \
OUTPUT_PATH=output
# Generate standard APM config files.
-chmod +x apm_quality_assessment-gencfgs.py
-./apm_quality_assessment-gencfgs.py
+chmod +x apm_quality_assessment_gencfgs.py
+./apm_quality_assessment_gencfgs.py
# Customize APM configurations if needed.
APM_CONFIGS=(apm_configs/*.json)
@@ -56,8 +56,8 @@ done
wait
# Export results.
-chmod +x ./apm_quality_assessment-export.py
-./apm_quality_assessment-export.py -o ${OUTPUT_PATH}
+chmod +x ./apm_quality_assessment_export.py
+./apm_quality_assessment_export.py -o ${OUTPUT_PATH}
# Show results in the browser.
RESULTS_FILE="$(realpath ${OUTPUT_PATH}/results.html)"

Powered by Google App Engine
This is Rietveld 408576698