| 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.
|
|
|