In case you missed it: Whisper is an MIT-licensed speech recognition system with exceptional quality (IMHO): https://en.wikipedia.org/wiki/Whisper_(speech_recognition_system)
With whisper.cpp, it can easily be integrated into #i3 for on-device speech-to-text (STT) input into your terminal, editor, browser, etc.
Here’s the plumbing I have been using for the last month+ on and off for when I felt like talking instead of typing, including a #nixos flake:
https://github.com/stapelberg/stt-for-i3
Hope this is useful to some of you!




