Skip to content
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

New Plugin: Exponential Volume #488

Merged
merged 1 commit into from Nov 29, 2021
Merged

New Plugin: Exponential Volume #488

merged 1 commit into from Nov 29, 2021

Conversation

ghost
Copy link

@ghost ghost commented Nov 12, 2021

Port of Marco Pfeiffer's "Youtube Music fix volume ratio 0.4" on Greasyfork. As stated in the script's description:

The volume slider of YouTube Music is linear by default which causes it to feel very ineffective until the very end where it mutes the music. The volume slider of YouTube (Video) is exponential to address that issue but YouTube music didn't get so much love.

This script addresses this issue by applying an exponent of 3 to the volume setting, which results in these settings:

100% = 100%
50% = ~12.5%
20% = ~0.8%
10% = ~0.1%
5% = ~0.0125% (5% is the lowest selectable value by the UX)

@Araxeus
Copy link
Collaborator

Araxeus commented Nov 12, 2021

Works good on my side 👍🏼

Did you try it out precise-volume plugin? :)

@ghost
Copy link
Author

ghost commented Nov 12, 2021

Yup, and it helped a little with the volume problem since I could select something besides the multiples of 5. But the range of comfortable volume levels on my audio setup is too short without this script. Using both of them together, in most cases I got no sound under 5%, but it still is way better than the default linear slider.

Copy link
Owner

@th-ch th-ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok, thanks for the new plugin! ✅

@th-ch th-ch merged commit 44ca812 into th-ch:master Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants