[GH-ISSUE #826] No pulseaudio output #1431

Closed
opened 2026-03-14 14:54:59 +03:00 by kerem · 2 comments
Owner

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

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
kerem 2026-03-14 14:54:59 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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-control
The same command, but without --branch spotify-connect-support, everything is OK.

<!-- gh-comment-id:3266392229 --> @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-control` The same command, but without --branch spotify-connect-support, everything is OK.
Author
Owner

@aome510 commented on GitHub (Sep 9, 2025):

If I use cargo install --git https://github.com/aome510/spotify-player.git --locked --no-default-features --features notify,pulseaudio-backend,media-control The same command, but without --branch spotify-connect-support, everything is OK.

hmm I will close this issue then. spotify-connect-support is an old branch that I used to fix an issue so it was pretty outdated

<!-- gh-comment-id:3272697136 --> @aome510 commented on GitHub (Sep 9, 2025): > If I use `cargo install --git https://github.com/aome510/spotify-player.git --locked --no-default-features --features notify,pulseaudio-backend,media-control` The same command, but without --branch spotify-connect-support, everything is OK. hmm I will close this issue then. `spotify-connect-support` is an old branch that I used to fix an issue so it was pretty outdated
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1431
No description provided.