Address review comments

X-DeepSpeech: NOBUILD
This commit is contained in:
Reuben Morais 2019-09-04 17:17:07 +02:00
parent cdd4530e66
commit 4a5d6dcf00

View File

@ -74,6 +74,8 @@ Inference using a DeepSpeech pre-trained model can be done with a client/languag
Running `deepspeech` might require some runtime dependencies to be already installed on your system:
* sox - The Python and Node.JS clients use SoX to resample files to 16kHz.
* libgomp1 - libsox (statically linked into the clients) depends on OpenMP. Some people have had to install this manually.
* libstdc++ - Standard C++ Library implementation. Some people have had to install this manually.
* libpthread - On Linux, some people have had to install libpthread manually.
Please refer to your system's documentation on how to install these dependencies.