Merge pull request #1044 from JanX2/note1022

Adding note about audio file format requirements.

X-DeepSpeech: NOBUILD
This commit is contained in:
lissyx 2017-11-30 16:38:31 +01:00 committed by GitHub
commit 66458969c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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