Chromium Code Reviews| Index: webrtc/modules/audio_processing/test/py_quality_assessment/README |
| diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/README b/webrtc/modules/audio_processing/test/py_quality_assessment/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c78539e600f24b3964de794f3a2d37256109140d |
| --- /dev/null |
| +++ b/webrtc/modules/audio_processing/test/py_quality_assessment/README |
| @@ -0,0 +1,9 @@ |
| +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. |
|
aleloi
2017/02/23 14:48:25
I suggest renaming into README.md and rewriting in
|