diff --git a/whisrs/config.toml b/whisrs/config.toml index 70aa5d0..7eeab49 100644 --- a/whisrs/config.toml +++ b/whisrs/config.toml @@ -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"