5ca22d6699
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
365 B
TOML
20 lines
365 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
|
|
|
|
[media]
|
|
# Pausiert MPRIS-Medienplayer (Spotify, VLC, Browser-Video, …) während
|
|
# einer Aufnahme und setzt sie danach wieder fort. Nur Linux.
|
|
pause_during_recording = true
|