Mismatch between Displayed Volume and Squeezeplay alsa device volume #2746
Unanswered
DanielHabenicht
asked this question in
Q&A
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hooked up a Pi with squeezelite to music assistant with a dummy alsa controller to control a hardware volume mixer.
This led me to discover that the percentages shown in the UI do not match with the percentages of the alsa control.
Here are some example values:
0%:
Simple mixer control 'Master',0 Capabilities: volume cswitch Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: -50 - 100 Front Left: -50 [0%] [-45.00dB] Capture [off] Front Right: -50 [0%] [-45.00dB] Capture [off]
26%
Simple mixer control 'Master',0 Capabilities: volume cswitch Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: -50 - 100 Front Left: -22 [19%] [-36.60dB] Capture [off] Front Right: -22 [19%] [-36.60dB] Capture [off]
50%
74%
100%
Simple mixer control 'Master',0 Capabilities: volume cswitch Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: -50 - 100 Front Left: 100 [100%] [0.00dB] Capture [off] Front Right: 100 [100%] [0.00dB] Capture [off]
Commands used:
The same happens if
-X
is used for squeezelite. Just that the values are skewed in another way:0% - 0
26% - 48
50% - 65
74% - 81
100% - 100
Is there some custom logic behind it? Can it be turned off?
Beta Was this translation helpful? Give feedback.
All reactions