/voice2text

A python program that types what you say if you're holding the hotkey

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

voice2text

A python program that types what you say if you're holding the hotkey

Installation

Install whisperx, which creates a new conda environment

Install our dependencies

pip install pyautogui pynput pyaudio speechrecognition sounddevice pydub loguru

SSL

mkcert -install
mkcert localhost

Usage

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.