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:
parent
76f1ece0ad
commit
47b958ecfe
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ device = "pipewire"
|
||||||
[general]
|
[general]
|
||||||
backend = "local-whisper"
|
backend = "local-whisper"
|
||||||
language = "en"
|
language = "en"
|
||||||
|
silence_timeout_ms = 6000
|
||||||
notify = true
|
notify = true
|
||||||
audio_feedback = true
|
audio_feedback = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue