From 47b958ecfe4014c5965ce97797115d9a6eb00d63 Mon Sep 17 00:00:00 2001 From: Jeena Date: Fri, 18 Sep 2026 06:17:36 +0900 Subject: [PATCH] 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). --- whisrs/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/whisrs/config.toml b/whisrs/config.toml index a30b401..dd9050e 100644 --- a/whisrs/config.toml +++ b/whisrs/config.toml @@ -4,6 +4,7 @@ device = "pipewire" [general] backend = "local-whisper" language = "en" +silence_timeout_ms = 6000 notify = true audio_feedback = true