-
Notifications
You must be signed in to change notification settings - Fork 297
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
Please add a fine grained music control [feature/workaround request] #420
Comments
In theory this would be 'easy' to implement - but i'm not sure how to do it in practice :-) AFAIK, there is no way to (fully) hijack the volume buttons, at least not while we are in the background. |
It would be perfectly sufficient if it was a simple slider in the settings. It doesn't need to be super accessible, even the silliest way of adding this would be a huge improvement to android's annoying limited default behavior.... Of course if you can even hijack the volume buttons and make it work with those as well, then even better! |
An Album cover action maybe? |
I'm really fine with anything. Anywhere. Right now I'm abusing AudioFX on/off for -6db difference to get some half-step in between and I'm doing a constant switcheroo with that and going one step up/down with the hardware volume buttons. No fun |
The main issue with this is that we can only lower the volume. Would this still be useable? |
Sure, that is fine with me. I could just always lower it to 80% so I have some wiggle room, and run the hardware volume a bit higher, that would work perfectly fine - as long as the vanilla volume control is fine-grained enough (preferably a continuous slider instead of the big steps android forces me to do) |
Android has a long-standing unfixed issue of having a way too coarse volume control on some devices.
Since apparently nobody gives to fix any of this in the system although it has been broken and reported for years and the standard EQ doesn't have an easy overall gain control, it would be nice to have a fine-grained volume setting somewhere hidden in the Vanilla Music settings which allows more detailed adjustments to work around this nonsensical limitation.
Since I noticed there is already support for PreGain tags, I was hoping vanilla already has the internal capabilities for fine-grained volume adjustments, and I hoped this might be a feasible thing to do to allow music listeners suffering from this Android limitation to adjust the volume to what they actually need. It would certainly be a god-sent for me personally...
The text was updated successfully, but these errors were encountered: