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

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

Issue 2715943002: APM Quality Assessment, simulation controller and libraries (Closed)
Patch Set: revert to Python 2 Created 3 years, 10 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
old mode 100644
new mode 100755
index 593f03e98584a30d7389bb8d3930125d3f1f10c1..ae76de57b646c0f8b68bd2f522043e2fe4a80c7a
--- 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
@@ -8,7 +8,7 @@
# be found in the AUTHORS file in the root of the source tree.
# Customize probing signals, noise sources and scores if needed.
-PROBING_SIGNALS=(py_quality_assessment/probing_signals/*.wav)
+PROBING_SIGNALS=(probing_signals/*.wav)
NOISE_SOURCES=( \
"identity" \
"white" \
@@ -26,7 +26,7 @@ chmod +x apm_quality_assessment-gencfgs.py
./apm_quality_assessment-gencfgs.py
# Customize APM configurations if needed.
-APM_CONFIGS=(py_quality_assessment/apm_configs/*.json)
+APM_CONFIGS=(apm_configs/*.json)
# Add output path if missing.
if [ ! -d ${OUTPUT_PATH} ]; then
@@ -56,6 +56,7 @@ done
wait
# Export results.
+chmod +x ./apm_quality_assessment-export.py
./apm_quality_assessment-export.py -o ${OUTPUT_PATH}
# Show results in the browser.

Powered by Google App Engine
This is Rietveld 408576698