8224fdcc3f
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
190 B
TOML
15 lines
190 B
TOML
# ~/.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
|