-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Sound volume #33
Comments
Did you get anywhere with this? |
I did not, still waiting for an answer :/ |
As raspotify is basically just a wrapper around librespot, this is more a librespot limitation/quirk. The problem is that the developer of librespot actually anounced a while back that he quit the development of librespot altogether. See #27. |
Librespot is declared as Unmaintained so I forked it (https://github.com/fossedihelm/librespot) and modified it to set initial volume 50%. I also add a parameter --initial-volume that allows user to pass the initial volume. After this I forked raspotify and edited to build my librespot instead of plietar'sa librespot and build the .deb with make. Now in the raspotify config in /etc/default/raspotify I can pass the parameter "--initial-volume" |
May it be possible to read out the phones / Spotifies musik volume and use it as start value? |
It was my first option but I've read here that it is not possible. I've not investigated more about it. I just trusted him. |
I can set the volume from my iphone in the spotify app, but only with the buttons! To set the initial volume I’ve used alsamixer just run it and you can easily change the volume! |
If you adjust alsamixer volume, you reduce the maximum volume to that value. That's not what's needed. |
Try @optima-software's solution and if it doesn't work let me know. Closing. |
This is actually now implemented and configurable in /etc/default/raspotify. The file is well commented and self explanatory. Writing for those that may stumbke here before than the documentation as I did. |
Is there any way to adjust the default sound volume? Whenever I start a song the volume is set to max.
The text was updated successfully, but these errors were encountered: