-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Use a logarithmic volume slider #668
Comments
This is probably better posted as an issue with the upstream react player: https://github.com/lijinke666/react-music-player |
Made an issue: lijinke666/react-music-player#227 |
The issue was just closed- we'll need to implement this feature manually. |
lijinke666/react-music-player#266 was merged. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Correct me if I'm wrong, but the volume slider is currently implemented linearly?
Volume controls are much better when implemented as a logarithmic volume slider. It matches the way human hearing works. It makes turning the volume down from 100% to 50% actually impactful, instead of barely making a difference.
For me, this is currently my preferred volume: https://i.imgur.com/e4B0lu2.png.
See this thread for some detail: https://ux.stackexchange.com/a/116300
The text was updated successfully, but these errors were encountered: