From 7c5d37312ef5129b526c72ce932aeb13bb4d3753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Beniamin=20Orbik?= Date: Tue, 7 Jan 2020 17:26:02 +0100 Subject: [PATCH] Remove information about 16 kHz only support Based on the discussion here: https://discourse.mozilla.org/t/inference-with-model-different-than-16khz/43217/17 models for data different than 16kHz can be trained and used with client now. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ad0c8742..bf3ae382 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ To install and use deepspeech all you have to do is: # Transcribe an audio file deepspeech --model deepspeech-0.6.0-models/output_graph.pbmm --lm deepspeech-0.6.0-models/lm.binary --trie deepspeech-0.6.0-models/trie --audio audio/2830-3980-0043.wav -A pre-trained English model is available for use and can be downloaded using `the instructions below `_. Currently, only 16-bit, 16 kHz, mono-channel WAVE audio files are supported in the Python client. A package with some example audio files is available for download in our `release notes `_. +A pre-trained English model is available for use and can be downloaded using `the instructions below `_. A package with some example audio files is available for download in our `release notes `_. Quicker inference can be performed using a supported NVIDIA GPU on Linux. See the `release notes `_ to find which GPUs are supported. To run ``deepspeech`` on a GPU, install the GPU specific package: