Skip to content
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

Nerd Dictation #176121

Open
guy-who-googles opened this issue Jun 3, 2022 · 3 comments · May be fixed by #185148
Open

Nerd Dictation #176121

guy-who-googles opened this issue Jun 3, 2022 · 3 comments · May be fixed by #185148
Labels
0.kind: packaging request Request for a new package to be added

Comments

@guy-who-googles
Copy link

Project description
Simple, hackable offline speech to text - using the VOSK-API.

Metadata

@guy-who-googles guy-who-googles added the 0.kind: packaging request Request for a new package to be added label Jun 3, 2022
@guy-who-googles
Copy link
Author

I should maybe mention it's written in python & has the following dependencies:

  • Python 3.
  • The VOSK-API.
  • parec command for recording from pulse-audio (default)
    • sox command as alternative
  • xdotool (default, X11 only)
    • or ydotool command to simulate keyboard input (supports X11 & Wayland)

@jtojnar
Copy link
Member

jtojnar commented Aug 4, 2022

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?

@jtojnar jtojnar linked a pull request Aug 4, 2022 that will close this issue
13 tasks
@jtara1
Copy link

jtara1 commented Feb 6, 2024

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.


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: packaging request Request for a new package to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants