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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/README.md

Issue 2711923002: Parallel iterator bash script for the quality assessment package. (Closed)
Patch Set: README file for the default output folder 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/README.md
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/README.md b/webrtc/modules/audio_processing/test/py_quality_assessment/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..915bcfe315330eefcdca7c3ea2976fbd610b544f
--- /dev/null
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/README.md
@@ -0,0 +1,10 @@
+**APM Quality Assessment tool**
+
+Python wrapper of audioproc_f with which quality assessment can be automatized.
+The tool allows to simulate different noise conditions, input signals, APM
+configurations and it computes different scores.
+Once the scores are computed, the results can be easily exported to an HTML page
+which allows to listen to the APM input and output signals and also the
+reference one used for evaluation.
+
+IMPORTANT: **the whole code has not been landed yet.**

Powered by Google App Engine
This is Rietveld 408576698