A python program that types what you say if you're holding the hotkey
Install whisperx, which creates a new conda environment
Install our dependencies
pip install pyautogui pynput pyaudio speechrecognition sounddevice pydub logurumkcert -install
mkcert localhostpython .\transcribe_hotkey_typer.pyYou need to hold the hotkey until it types. Default is F23, which I have bound to a mouse button.
When you hit Ctrl+C, the program will wait for you to say something before the voice thread will exit.