whisrs: type dictation with no inter-key delay

Batch emission means the whole text is injected right after the key
is released, when the target TUI is idle, and zero delay landed every
character in testing (2ms was whisrs's default, 10ms my earlier
anti-drop experiment — both just made the text trickle out slowly for
no benefit here).
This commit is contained in:
Jeena 2026-09-18 06:57:49 +09:00
parent 1e90371cd8
commit c8f642d392

View file

@ -2,9 +2,9 @@
device = "pipewire"
[input]
# pi's Ink TUI drops injected keystrokes while it is busy streaming output;
# raise the inter-key delay so dictation survives that.
key_delay_ms = 10
# Inter-key delay for injected keystrokes. 0 is fastest; raise only if
# characters drop in busy TUIs (the reason 2 is whisrs's default).
key_delay_ms = 0
[general]
backend = "local-whisper"