Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 631 Bytes

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.