Audio version — Estimated duration: 1 min 57 sec
Quickstart
Run the Script
python whisper-dictate-v2.pyOnce the model loads, you’ll see:
Ready. Hold RIGHTALT to dictate.
Hold Right Alt (default hotkey) to record, release to transcribe and type.
Finding Your Hotkey
To find your keyboard’s key code:
python3 -m evdev.evtestPress your desired key and note the KEY_* value, then update HOTKEY_CODE in the script.
Usage Tips
- Focus your target window before releasing the hotkey
- Speak clearly at a normal pace
- Watch the terminal for stream previews (
>>prefix) as you speak - Short utterances (< 0.3s) are filtered out to prevent accidental triggers
Next Steps
- Configuration — Customize model size, hotkey, and more
- Architecture — How it works under the hood
- Troubleshooting — If something goes wrong