whisrs: raise the silence auto-stop timeout to 6s

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).
This commit is contained in:
Jeena 2026-09-18 06:17:36 +09:00
parent 76f1ece0ad
commit 47b958ecfe

View file

@ -4,6 +4,7 @@ device = "pipewire"
[general]
backend = "local-whisper"
language = "en"
silence_timeout_ms = 6000
notify = true
audio_feedback = true