mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Address review comments
X-DeepSpeech: NOBUILD
This commit is contained in:
parent
cdd4530e66
commit
4a5d6dcf00
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user