Keep the dictation daemon config versioned with the rest of the setup. The file carries no secrets (local backend), but if a cloud backend with an API key is ever configured it must not be committed; whisrs accepts WHISRS_GROQ_API_KEY-style env vars instead.
11 lines
No EOL
204 B
TOML
11 lines
No EOL
204 B
TOML
[audio]
|
|
device = "pipewire"
|
|
|
|
[general]
|
|
backend = "local-whisper"
|
|
language = "en"
|
|
notify = true
|
|
audio_feedback = true
|
|
|
|
[local-whisper]
|
|
model_path = "/home/jeena/.local/share/whisrs/models/ggml-base.en.bin" |