-
Notifications
You must be signed in to change notification settings - Fork 603
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
Volume range seems logarithmic, and a precise-volume bug #500
Comments
Thank you for this report! this actually happened because of a bug in the that bug happened because an external pr changed some code which made some function miss its argument - which was fixed in the library easily |
I can't actually reproduce this, it all works fine for me. but maybe you should try the new upcoming I think that plugin might help with your problem 🙂 |
Ah nice! Yeah, that new plugin looks like exactly what I was hoping for. Thanks 👍 I'll close this since it's already being tracked in that PR. |
Kinda strange, changing the volume anywhere between ~35-100% seems to do nothing, but the volume levels between 0-35% are basically the full range. So changing the volume from 100% to 50% does basically nothing.
This behaviour is very different from https://github.com/ytmdesktop/ytmdesktop which more gradually changes volume.
Didn't feel like making a separate issue for this, but the
precise-volume
plugin (which I enabled to see if it would make any difference to the volume range mentioned above -- it doesn't) has a problem with the "Set Custom Volume Steps" dialog window; it flickers into view for one frame, then automatically closes before I can interact with it. This is on Windows 10. Other dialog windows like the one from theshortcuts
plugin opens up fine though. I was able to change the steps via theconfig.json
file so it's not too big a deal for me.Wild guess from looking at the code and comparing
shortcuts
toprecise-volume
, is it because there's no definedheight
?The text was updated successfully, but these errors were encountered: