The default 2s auto-stop ended dictations whenever a thinking pause ran a little long while the key was still held. 6s keeps room to think while still bounding a lost-release recording (the guards make missed releases rare, so the longer bound costs little).
12 lines
No EOL
230 B
TOML
12 lines
No EOL
230 B
TOML
[audio]
|
|
device = "pipewire"
|
|
|
|
[general]
|
|
backend = "local-whisper"
|
|
language = "en"
|
|
silence_timeout_ms = 6000
|
|
notify = true
|
|
audio_feedback = true
|
|
|
|
[local-whisper]
|
|
model_path = "/home/jeena/.local/share/whisrs/models/ggml-base.en.bin" |