mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#605
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 @moodeaudio on GitHub (Sep 5, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1325
Describe the bug
The option
--initial-volume 0results in full (100%) volume when iPhone client connects and then starts playback.The volume slider on the client appears to get set differently depending on whether the client was already playing locally before librespot is started followed by client connecting.
In either case actual output volume is full volume (100%)
To reproduce
Steps to reproduce the behavior:
librespotwithLog
Its ginormous so maybe a link is best :-)
moode_librespot.log
Host (what you are running
librespoton):Additional context
@kingosticks commented on GitHub (Sep 6, 2024):
And to be explicit, this is a regression compared to 0.4, yes?
Related to https://github.com/librespot-org/librespot/issues/41
@roderickvd commented on GitHub (Sep 6, 2024):
Certainly possible because I rewrote the way it takes the volume from the initial handshake in 0.5.
This would be a good "first issue" for someone to jump and in contribute. The logic should not be difficult to find and fix.
@moodeaudio commented on GitHub (Sep 6, 2024):
@kingosticks, yes it appears to be a regression compared to 0.4.
I should also mention that setting
--initial-volumeto a value greater than 0 seems to work fine.@roderickvd commented on GitHub (Sep 16, 2024):
Any takers before releasing 0.5 maybe this weekend?
@BeeJay28 commented on GitHub (Oct 16, 2024):
I'll take care of it in the spirit of hacktober if that's okay :)