mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #21] Control initial volume level #14
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @txoof on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/21
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 on GitHub (Feb 26, 2024):
This should be implemented with
github.com/devgianlu/go-librespot@45fcffb1a9, let me know how it goes for you.@txoof commented on GitHub (Feb 26, 2024):
Works fantastic! Thanks!