ducking improved #68
This commit is contained in:
@ -36,6 +36,7 @@ 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
|
||||
ducking_threshold = 3000
|
||||
|
||||
[webinterface]
|
||||
enabled = False
|
||||
@ -81,6 +82,9 @@ user_unban = userunban
|
||||
url_ban = urlban
|
||||
url_unban = urlunban
|
||||
|
||||
ducking = duck
|
||||
ducking_threshold = duckthres
|
||||
|
||||
#command to reload the ban list
|
||||
reload = reload
|
||||
|
||||
|
Reference in New Issue
Block a user