Skip to content

Commit

Permalink
add audio service ducking default config
Browse files Browse the repository at this point in the history
  • Loading branch information
emphasize committed Dec 2, 2023
1 parent 5db2ab4 commit 5d677f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,11 @@
"active": true
}
},
// audio service ducking - lowering volume of background audio when TTS is playing
// NOTE: If the TTS config 'pulse_duck' is set to true, this setting will be ignored
// and pulse audio role ducking will be used instead.
"duck": true,

// DEPRECATED - this value is only used as a fallback when OCP is not installed
// OCP is a full fledged media player that handles everything from video to playlists
// it plugs into the audio service api to capture playback and provide backwards compat
Expand Down

0 comments on commit 5d677f5

Please sign in to comment.