Youtube Music fix volume ratio

Makes the YouTube music volume slider exponential so it's easier to select lower volumes.

< 脚本 Youtube Music fix volume ratio 的反馈

评价:好评 - 脚本运行良好

§
发布于:2021-06-29

Works great, but the range was still not enough for me so I created a modified version that makes it *actually* exponential - 10%=10dB: https://gist.github.com/Barteks2x/a4e189a36a10c159bb1644ffca21c02a . Works really well on firefox on linux, pulseaudio volume control confirms it's working correctly.

§
发布于:2021-08-19

Update: I ended up using x^3 after finding out that pulseaudio does it, which is equivalent to setting the exponent to 3, and also modified it to make it based directly on the slider if it can be found.

Nemo64作者
§
发布于:2021-09-12

Thanks for sharing.

I incorporated the new exponent in a new version of the script. I figured that the janky volume slider changing behavior has no relation to rounding issues and just happens sometimes. so there is no reason to hold back there.

发布留言

登录以发布留言。