deepspeech-rs
deepspeech-rs copied to clipboard
Rust bindings for the deepspeech library
It seems like work on the official DeepSpeech project from Mozilla has ended, with no releases since [last December](https://github.com/mozilla/DeepSpeech/releases). Luckily, though, it appears the team working on it have forked...
I have met #25 mentioned issue also, but like I commented, when I add ``` set rustc-link-search= C:\deepspeech ``` the example program can be boot. but I saw another issue:...
Hello. After following the steps in your "Quickstart" section of the README.md, I tried compiling a crate using deepspeech-rs v0.6.1 on Windows 10, and I'm having the following error :...
It would be nice to provide an example for showing real-time recognition, something like in the NIM/Node/Python/JS examples shown [here](https://github.com/mozilla/DeepSpeech-examples).
**Problem**: When we try to build the library with dynamic loading support, it emits the following error at build time: ``` C:\dev\git\deepspeech-rs> cargo build --features dynamic Compiling deepspeech v0.9.0 (C:\dev\git\deepspeech-rs)...
I had trouble understanding the Quickstart guide in the README, but eventually got it working. Maybe we could update the Quickstart guide to show the exact steps (to try it)...
Hi there. I'm following the readme and the link it takes me to to download the models does not have the files that the readme asks me to download. I...
Right now we are using the native client as it was provided by mozilla. But we should investigate how hard it would be to compile the native client ourselves.