whisp-rs 0.1.2

Lightweight voice-to-text dictation for Linux (Wayland/COSMIC). Hold a hotkey, speak, release — text appears.
1
2
3
4
5
6
7
8
9
10
11
12
[hotkey]
modifiers = ["ctrl"]
key = "space"

[stt]
# api_key = "your-deepgram-api-key"
model = "nova-2-general"
language = "en"

[audio]
sample_rate = 16000
channels = 1