diff options
| author | Stefano <[email protected]> | 2024-11-04 13:33:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-04 13:33:00 +0100 |
| commit | d4e11241c5dacf5d11fa2925849d08ca78e76622 (patch) | |
| tree | 7f79cba387d76b5aea1cd5602a8b4aa72667e37c /README.md | |
| parent | e82bc977ff36d946f7563925a37518fef5bc4317 (diff) | |
| parent | 4ec8a6d091e72764b202be7ff5558a952b5a2ee0 (diff) | |
| download | muse-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.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) + |
