Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix volume issue when reducing volume during voice
Fixes #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).
- Loading branch information