Rust wrapper #2091
tazz4843
started this conversation in
Show and tell
Rust wrapper
#2091
Replies: 1 comment 1 reply
-
I guess you did not see that issue: RustAudio/deepspeech-rs#48 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a Rust wrapper for 🐸STT for an upcoming project, and thought I'd show it off here!
So far I've only tested it on Linux, so am not sure how it'll build on other systems and any tips there are appreciated.
https://github.com/tazz4843/coqui-stt
https://crates.io/crates/coqui-stt
It has 100% API coverage as far as I can tell, although I might've missed something somewhere.
Beta Was this translation helpful? Give feedback.
All reactions