add ducking feature.

This commit is contained in:
Terry Geng
2020-02-08 18:40:59 +08:00
parent ce2dae9048
commit c5fa90b78d
3 changed files with 46 additions and 12 deletions

View File

@ -33,6 +33,10 @@ max_track_playlist = 20
# Maximum music duration (minutes)
max_track_duration = 60
# If ducking is enabled, the bot will automatically attenuate its volume when someone is talking.
ducking = False
ducking_volume = 0.05
[webinterface]
enabled = False
is_web_proxified = True