-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: automatically turn volume down when people talks #1096
feat: automatically turn volume down when people talks #1096
Conversation
9bd3b03
to
aae9825
Compare
📦 🤖 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
@Hazzajenko Would you be able to test and confirm this feature still works? |
Sure I'll have a look after work today |
Updated env variables with discord commands.
…and to set the target volume.
Removed obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK and TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET environment variables and corresponding class properties as we will use the discord commands instead.
Changed the section to mention the discord commands rather than the env variables.
…eakTarget` fields to the `Setting` model in Prisma
I've updated the volume reduction feature to align with the standard approach of addons in muse:
|
LGTM |
d4e1124
into
museofficial:feature/lower-volume-when-talking
🚀 Released in Release v2.10.0. |
This PR introduces a new feature that automatically lowers the music volume when users in the voice channel are speaking. The feature can be turned on/off through environment variables (default is off), and the target volume of when people are talking is also configurable (default is 70%).
Tested in personal Discord and found 70% volume leads to subtly better experience.