-
Notifications
You must be signed in to change notification settings - Fork 19
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
API: relative POST player/volume seems to be broken #141
Comments
BTW, setting the volume from an external Spotify client does seem to change the Alsa mixer volume correctly. |
Also, this is on |
If you turn down the volume very slowly (approx one change for second) then it works. This makes it unusable though. I bet is that 4ad9ae1 caused this (CC @aykevl ) It's worth noting that if you you request volume changes faster than 1 per second, the volume doesn't update at all. I think that the mixer update frequency should be independent of the frequency we send updates back to Spotify. |
I can confirm this issue with the PulseAudio output so it's not related to the ALSA mixer. |
Wrote a fix: #144 |
I am using the Alsa mixer with the following configuration:
I am also using the
POST player/volume
endpoint to increase/decrease the volume in a relative manner:To increase:
To decrease:
However, the volume only increases 1 step up or down (it doesn't continue increasing or decreasing upon multiple API calls).
Also, I get lots of this spurious (and seemly incorrect) warnings:
The text was updated successfully, but these errors were encountered: