From d5082b4550177949bb7bee138c05bed20d0021cf Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 30 Nov 2017 15:23:40 +0100 Subject: [PATCH] Adding note about audio file format requirements. This is current until #1022 is resolved. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5a5da9..739c9073 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Project DeepSpeech is an open source Speech-To-Text engine. It uses a model trai Pre-built binaries that can be used for performing inference with a trained model can be installed with `pip`. Proper setup using virtual environment is recommended and you can find that documented [below](#using-the-python-package). -Once installed you can then use the `deepspeech` binary to do speech-to-text on an audio file: +Once installed you can then use the `deepspeech` binary to do speech-to-text on an audio file (currently only WAVE files with 16-bit, 16 kHz, mono are supported in the Python client): ```bash pip install deepspeech