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

[Bug] Volume automatically set to max when playing new song on speaker #687

Open
1 task done
Phoenixfx7 opened this issue Nov 27, 2024 · 3 comments
Open
1 task done
Labels
reason: needs more info Requires more information type: bug Something isn't working

Comments

@Phoenixfx7
Copy link

Description

On speaker mode, whenever I play a new song, it automatically plays at max volume and overrides the set system volume. You have to set the volume again for each new song.

Steps to Reproduce

  1. Play a song without headphones
  2. Lower the system volume
  3. Skip to another song

Expected Behavior

All songs should be played with the same volume set by user.

Screenshots

No response

Additional Context

No response

Device

No response

OS

Android 13

Version

2024.11.114

Contribution Guidelines

@Phoenixfx7 Phoenixfx7 added the type: bug Something isn't working label Nov 27, 2024
@zyrouge
Copy link
Owner

zyrouge commented Nov 27, 2024

The app does not control the system volume at all. Would you mind sharing a clip of the system volume being increased after switching songs?

@zyrouge zyrouge added the reason: needs more info Requires more information label Nov 27, 2024
@Phoenixfx7
Copy link
Author

The app does not control the system volume at all. Would you mind sharing a clip of the system volume being increased after switching songs?

No no, the app isn't controlling system volume. What I'm trying to say is that the new song plays at 100% even if the system volume is, say set to 40%. I have to adjust the system volume slider to get it back to the desired volume for each song.

@zyrouge
Copy link
Owner

zyrouge commented Nov 27, 2024

The app does not control the system volume at all. Would you mind sharing a clip of the system volume being increased after switching songs?

No no, the app isn't controlling system volume. What I'm trying to say is that the new song plays at 100% even if the system volume is, say set to 40%. I have to adjust the system volume slider to get it back to the desired volume for each song.

The media volume is always affected by system volume which means 100% of volume of application's volume and 40% of system volume will result in 40% of system volume. MediaPlayer#setVolume only adjusts application's volume and so technically the issue you said will never happen. Also, issue like this might not have gone unnoticed for this long. This could be something wrong at your end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reason: needs more info Requires more information type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants