Skip to content

Don't use linear volume in listen along volume slider - #2329

Merged
Taiko2k merged 1 commit into
Taiko2k:masterfrom
skylineone044:non_linear_listen_along_vol_slider
Sep 9, 2026
Merged

Don't use linear volume in listen along volume slider#2329
Taiko2k merged 1 commit into
Taiko2k:masterfrom
skylineone044:non_linear_listen_along_vol_slider

Conversation

@skylineone044

Copy link
Copy Markdown
Contributor

The default linear volume makes most of the volume slider be way too loud, making only the bottom 30% really usable.
Using powers is a decent approximation for the exponential curve that would be ideal:
https://www.dr-lex.be/info-stuff/implement-a-volume-control.html

I tried out a few different powers, 2 and 3 seemed to make the low end of the slider become muted while the slider was not at 0.
1.7 seemed like a good compromise.

I tried out a few different powers, 2 and 3 seemed to make the low end of
the slider become muted while the slider was not at 0.
1.7 seemed like a good compromise.

https://www.dr-lex.be/info-stuff/implement-a-volume-control.html
@Taiko2k
Taiko2k merged commit 8ff7721 into Taiko2k:master Sep 9, 2026
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