Skip to content

Fix volume slider always at max when using custom volume output #2900

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s-aahmedramlan
Copy link

Fixes #2899

The volume slider would always reset to maximum when using forced volume above 100%. This fix:

  1. Stores user's preferred volume slider position separately
  2. Restores the position when loading new videos
  3. Applies gain amplification on top of user preference

Fixes code-charity#2899

The volume slider would always reset to maximum when using forced volume
above 100%. This fix:
1. Stores user's preferred volume slider position separately
2. Restores the position when loading new videos
3. Applies gain amplification on top of user preference
@ImprovedTube
Copy link
Member

Hi and thank you so much! @s-aahmedramlan Sorry for the late reply!

I answered at #2899
Let's not remove/repurose "ImprovedTube.storage.player_loudness_normalization === false", since
no-normalization is another feature. (It might not currently work). And the code need not run always

@ImprovedTube ImprovedTube marked this pull request as draft May 12, 2025 06:58
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.

🐞volume slider always at max when using custom volume output
2 participants