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 |
index d6e26c90bed1779e0c4b36b5d21397fca28c7033..140ed45fd6a1bee9c6527e7ee818f72f126dbe33 100644 |
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/README.md |
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/README.md |
@@ -46,11 +46,11 @@ reference one used for evaluation. |
- `out/Default/py_quality_assessment/noise_tracks` (*1, *2) |
(*1) You can use custom files as long as they are mono tracks sampled at 48kHz |
- encoded in the 16 bit signed format (it is recommended that the tracks are |
- converted and exported with Audacity). |
+encoded in the 16 bit signed format (it is recommended that the tracks are |
+converted and exported with Audacity). |
-(*2) Adapt `EnvironmentalNoiseGenerator._NOISE_TRACKS` accordingly in |
- `out/Default/py_quality_assessment/quality_assessment/noise_generation.py`. |
+(*2) Adapt `EnvironmentalNoiseTestDataGenerator._NOISE_TRACKS` accordingly in |
+`out/Default/py_quality_assessment/quality_assessment/test_data_generation.py`. |
## Usage (scores computation) |
@@ -72,7 +72,7 @@ export separate reports. In this case, you can use the |
- Use regular expressions to select/filter out scores by |
- APM configurations: `--config_names, -c` |
- probing signals: `--input_names, -i` |
- - noise generators: `--noise_generators, -n` |
+ - test data generators: `--test_data_generators, -t` |
- scores: `--eval_scores, -e` |
- Assign a suffix to the report name using `-f <suffix>` |