-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement volume thresholds #4
Comments
@Rick-T A question - |
@ashthespy Here's my thoughts anyways: I think a hard limit would be weird. I think it would be more intuitive to have 100% in the client be max volume in alsa. So to pick up your example, max volume at 40 and client volume at 50% would mean "volumio volume" at 20 and then the setting decides if the 20 is interpreted on a linear scale or a logarithmic one. Would that be possible? |
This is where the confusion crept in - As I understand the volume control code, Volumio seems to just set a hard limit. Probably a good idea to check on what the "Audiophile" consensus in on this..
Yes - this is how I would like to do it as well. |
Cross ref: volumio/volumio-plugins#420
There's isn't any threshold on the volume implement for the mixer, so this makes it currently not possible to respect Volumio's
volumemax
option.The text was updated successfully, but these errors were encountered: