We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Project description Simple, hackable offline speech to text - using the VOSK-API.
Metadata
The text was updated successfully, but these errors were encountered:
I should maybe mention it's written in python & has the following dependencies:
Sorry, something went wrong.
Looks like @badly-drawn-wizards had it packaged in their configuration in the past. Do you think the project is in a state worth packaging in Nixpkgs?
I packaged it myself, a little more hacky than the standard nix way, but it works.
nix run 'github:jtara1/dictation#nerd-dictation'
or your can import my flake in your inputs then add the package to your environment.systemPackages or home.packages. See my flake and readme.
environment.systemPackages
home.packages
If I made a PR for nixpkgs for this like #185148, I'd probably just need to patch the vosk-api python that links and imports C lib for vosk.
Successfully merging a pull request may close this issue.
Project description
Simple, hackable offline speech to text - using the VOSK-API.
Metadata
The text was updated successfully, but these errors were encountered: