-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with Cargo #2
Comments
It would also increase the visibility a little bit. I thought I was going to have to make my own bindings because I didn't see any on lib.rs, but I am glad I found this repository. I wonder if the (apparent) difficulty in compiling vosk_sys is the blocker for pushing this up to crates.io? |
Seeing that this crate looks unmaintained, and I was also interested in learning ffi, I ended up writing my own bindings for vosk. I took inspiration from this crate, but I decided to add a few improvements: I used |
@Bear-03 Thank you. |
@acro5piano You're welcome! I'm happy to help :D |
Hello! Is this crate going to be uploaded to crates.io anytime soon? I'd like to use it and it's handier to do it that way.
The text was updated successfully, but these errors were encountered: