mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #826] No pulseaudio output #493
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#493
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 @rodojf on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/826
I am installing spotify-player on arch linux with this command:
cargo install --git https://github.com/aome510/spotify-player.git --branch spotify-connect-support --locked --no-default-features --features notify,pulseaudio-backend,media-control
I am expecting pulseaudio output, instead spotify player is using rodio. From the log file:
2025-09-05T15:20:41.071597Z INFO librespot_playback::audio_backend::rodio: Using Rodio sink with format S16 and cpal host: ALSA
2025-09-05T15:20:41.071605Z INFO librespot_playback::audio_backend::rodio: Using audio device: defaut
@rodojf commented on GitHub (Sep 8, 2025):
If I use
cargo install --git https://github.com/aome510/spotify-player.git --locked --no-default-features --features notify,pulseaudio-backend,media-controlThe same command, but without --branch spotify-connect-support, everything is OK.
@aome510 commented on GitHub (Sep 9, 2025):
hmm I will close this issue then.
spotify-connect-supportis an old branch that I used to fix an issue so it was pretty outdated