devgianlu / go-librespot

Yet another open source Spotify client, written in Go.
GNU General Public License v3.0
52 stars 7 forks source link

Control initial volume level #21

Closed txoof closed 5 months ago

txoof commented 5 months ago

I've checked the config_schema.json(https://github.com/devgianlu/go-librespot/blob/master/config_schema.json), but I don't see an obvious way to set the initial volume level.

Is there a way to set it to a percentage or step N of Steps?

devgianlu commented 5 months ago

This should be implemented with https://github.com/devgianlu/go-librespot/commit/45fcffb1a96bc3bb2d5ba148d74a5bc9f03d8e7a, let me know how it goes for you.

txoof commented 5 months ago

Works fantastic! Thanks!