aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorÉanna Ó Catháin <eanna.ocathain@arm.com>2021-04-15 15:29:32 +0100
committerÉanna Ó Catháin <eanna.ocathain@arm.com>2021-04-15 15:29:32 +0100
commit86723e67a940ed9f288c3cb59c120b9a10a1d590 (patch)
treef8d1aba940548a287aa3352a2e7893c3bf4ef429 /python
parentb8181f72b8c7c9132373dbcf7f8709ec2c0f23c0 (diff)
downloadarmnn-86723e67a940ed9f288c3cb59c120b9a10a1d590.tar.gz
Documenting that the python ASR example app only supports audio files with 16000Hz sampling rate.
Change-Id: Ib36cf059fe1d187204f73352eb91bf7134757221 Signed-off-by: Éanna Ó Catháin <eanna.ocathain@arm.com>
Diffstat (limited to 'python')
-rw-r--r--python/pyarmnn/examples/speech_recognition/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyarmnn/examples/speech_recognition/README.md b/python/pyarmnn/examples/speech_recognition/README.md
index f92bae6c42..7af1b188f4 100644
--- a/python/pyarmnn/examples/speech_recognition/README.md
+++ b/python/pyarmnn/examples/speech_recognition/README.md
@@ -53,6 +53,7 @@ To run ASR on an audio file, use the following command:
```bash
$ python run_audio_file.py --audio_file_path <path/to/your_audio> --model_file_path <path/to/your_model> --labels_file_path <path/to/your_labels>
```
+Please ensure that your audio file has a sampling rate of 16000Hz.
You may also add the optional flags: