ideasman42 / nerd-dictation

Simple, hackable offline speech to text - using the VOSK-API.
GNU General Public License v3.0
1.21k stars 104 forks source link

Add verbose, re-order vosk init #83

Closed KJ7LNW closed 1 year ago

ideasman42 commented 1 year ago

Please split up unrelated commits into separate PR's, it means I can't accept single features if one commit has issues to be addressed.

ideasman42 commented 1 year ago

re: Prevent recording until the Vosk model is done loading.

The current behavior is intentional, it means if you begin dictating and VOSK takes a second or two to load, then that text is still included in the dictation, even if the actual typing has some delay.

KJ7LNW commented 1 year ago

ok, I'll close this and do a PR with verbose by itself.