Enable pause_media for voxtype by default (#5364)
Pauses MPRIS media players when recording starts so music doesn't bleed into dictation. Adds the setting to the default config for new installs and a migration for existing users.
This commit is contained in:
@@ -25,6 +25,9 @@ sample_rate = 16000
|
||||
# Maximum recording duration in seconds (safety limit)
|
||||
max_duration_secs = 60
|
||||
|
||||
# Pause MPRIS media players during recording
|
||||
pause_media = true
|
||||
|
||||
# [audio.feedback]
|
||||
# Enable audio feedback sounds (beeps when recording starts/stops)
|
||||
# enabled = true
|
||||
|
||||
Reference in New Issue
Block a user