Windows · Local · GPU
Voice input for any window
Hold a global hotkey, speak Korean or English (or both), and text is typed into the focused app. Runs on-device with Whisper Large-v3 via CTranslate2 — no network round-trip.
Browser playground
Uses Web Speech API in-browser; the desktop app uses local Whisper instead
Capabilities
What it does
Local Whisper Large-v3
faster-whisper + CTranslate2 on GPU. Korean/English code-switching without sending audio off-machine.
Global hotkey
Ctrl+Shift+Space works from VS Code, elevated terminals, browsers, Discord — any focused window.
UAC auto-elevation
Starts elevated so Unicode SendInput reaches Administrator prompts without dropping keystrokes.
Silence hysteresis
8s window to start speaking, then 1.8s trailing silence ends the utterance — tuned for natural pauses.
Non-activating HUD
PySide6 overlay with a live level meter. WS_EX_NOACTIVATE keeps focus on the target app while typing.
Transcribe / Translate
Tray toggle between as-spoken transcription and Korean speech → English text translation.
Install