aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano <[email protected]>2024-11-04 13:33:00 +0100
committerGitHub <[email protected]>2024-11-04 13:33:00 +0100
commitd4e11241c5dacf5d11fa2925849d08ca78e76622 (patch)
tree7f79cba387d76b5aea1cd5602a8b4aa72667e37c /README.md
parente82bc977ff36d946f7563925a37518fef5bc4317 (diff)
parent4ec8a6d091e72764b202be7ff5558a952b5a2ee0 (diff)
downloadmuse-d4e11241c5dacf5d11fa2925849d08ca78e76622.tar.xz
muse-d4e11241c5dacf5d11fa2925849d08ca78e76622.zip
Merge pull request #1096 from xytxxx/auto-turn-voice-down-when-people-speaks
feat: automatically turn volume down when people talks
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b21bb52..31b75e5 100644
--- a/README.md
+++ b/README.md
@@ -143,3 +143,12 @@ In the default state, Muse has the status "Online" and the text "Listening to Mu
### Bot-wide commands
If you have Muse running in a lot of guilds (10+) you may want to switch to registering commands bot-wide rather than for each guild. (The downside to this is that command updates can take up to an hour to propagate.) To do this, set the environment variable `REGISTER_COMMANDS_ON_BOT` to `true`.
+
+### Automatically turn down volume when people speak
+
+You can configure the bot to automatically turn down the volume when people are speaking in the channel using the following commands:
+
+- `/config set-reduce-vol-when-voice true` - Enable automatic volume reduction
+- `/config set-reduce-vol-when-voice false` - Disable automatic volume reduction
+- `/config set-reduce-vol-when-voice-target <volume>` - Set the target volume percentage when people speak (0-100, default is 70)
+