From 86723e67a940ed9f288c3cb59c120b9a10a1d590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89anna=20=C3=93=20Cath=C3=A1in?= Date: Thu, 15 Apr 2021 15:29:32 +0100 Subject: Documenting that the python ASR example app only supports audio files with 16000Hz sampling rate. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib36cf059fe1d187204f73352eb91bf7134757221 Signed-off-by: Éanna Ó Catháin --- python/pyarmnn/examples/speech_recognition/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'python/pyarmnn/examples/speech_recognition') 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 --model_file_path --labels_file_path ``` +Please ensure that your audio file has a sampling rate of 16000Hz. You may also add the optional flags: -- cgit v1.2.1