Files
whisper-local/config.example.toml
T

20 lines
365 B
TOML
Raw Permalink Normal View History

# ~/.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