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 loguru
mkcert -install
mkcert localhost
python .\transcribe_hotkey_typer.py
You 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.