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

Make the sound volume control logarithmic #4938

Closed
Alayan-stk-2 opened this issue Nov 17, 2023 · 1 comment
Closed

Make the sound volume control logarithmic #4938

Alayan-stk-2 opened this issue Nov 17, 2023 · 1 comment

Comments

@Alayan-stk-2
Copy link
Collaborator

Right now, STK's code multiply the volume proportionally for each level of the sound volume settings.

This means that the jumps at the top are tiny, for example 90% to 100% is +11%, while the jumps are the bottom are massive, for example 10% to 20% is +100%, and the 10% setting itself (the lowest non-muted settings) risks being too loud.

@CodingJellyfish
Copy link
Member

Making it logarithmic is nice, but I should mention here that the current STK value adjustion is counted in %, which means it changes not in decibels but by the same way of system setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants