1

Having found speech recognition software that works well (see this question),

I'm still left with needing integration, in my case, an easy way to activate it.

The outcome I'm looking for is:

  • Press a shortcut to begin dictation.
  • Press a shortcut to end dictation.
  • The result is typed out, as if I was typing it in from a keyboard.

This is something I could probably manage using shell scripts (manually control an audio recorder, then use xdotool to type out the result). However solutions might already be out there, so I'm asking this question.

ideasman42
  • 1,211

1 Answers1

1

I ended up writing my own tool for this purpose.

It's called nerd-dictation it's (based on the excellent VOSK-API).

ideasman42
  • 1,211