aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn')
-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: