You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's happening?
When /config set-reduce-vol-when-voice is used and set to True, if someone were to speak, the bot functions correctly by temporarily lowering the volume to an amount specified, however, the volume returns to 100% instead of the currently set volume, for example, 20%, when everyone in the voice channel is no longer speaking.
Runtime
I'm running Muse:
Directly from the cloned repository
Inside a Docker container
Something else (please elaborate)
Versions
Muse: 2.10.0
Docker (if applicable): 27.3.1
OS: Debian GNU/Linux 12 (bookworm)
The text was updated successfully, but these errors were encountered:
Fixesmuseofficial#1143
Add functionality to return to the previously set volume after reducing volume when someone speaks.
* Add a new variable `previousVolume` to store the previously set volume.
* Update the `setVolume` method to update the `previousVolume` variable whenever the volume is set.
* Update the `suppressVoiceWhenPeopleAreSpeaking` method to set the volume to `previousVolume` instead of `defaultVolume`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/museofficial/muse/issues/1143?shareId=XXXX-XXXX-XXXX-XXXX).
What's happening?
When
/config set-reduce-vol-when-voice
is used and set toTrue
, if someone were to speak, the bot functions correctly by temporarily lowering the volume to an amount specified, however, the volume returns to 100% instead of the currently set volume, for example, 20%, when everyone in the voice channel is no longer speaking.Runtime
I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered: