feat: add config module with TOML loading and defaults
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user