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