Youtube Music fix volume ratio

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

当前为 2021-06-20 提交的版本,查看 最新版本

作者
Nemo64
评分
0 0 0
版本
0.3
创建于
2020-03-10
更新于
2021-06-20
大小
1.3 KB
许可证
暂无
适用于

Changes the Volume behavior of YouTube Music

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 1.8 exponent to the volume setting, which results in these settings:

  • 100% = 100%
  • 50% = ~28.7%
  • 20% = ~5.5%
  • 10% = ~1.5%
  • 5% = ~0.4% (5% is the lowest selectable value by the UX, so this is >10x quieter)