feat: add config module with TOML loading and defaults

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 20:22:25 +02:00
parent e8b73de84a
commit 8224fdcc3f
3 changed files with 125 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# ~/.config/whisper-local/config.toml
[hotkey]
key = "KEY_F12"
[whisper]
model = "small"
language = "de"
compute_type = "int8"
[audio]
sample_rate = 16000
channels = 1
min_duration = 0.5