mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
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#113
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 @aykevl on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/177
Unfortunately #163 is a regression for me. Since
633b140982, it reports an error like the following:So apparently there's no sink called "default", but when the sink is not set it works fine. So I think the default value for
audio_deviceshould be an empty string. Or maybeaudio_deviceshould be separated between ALSA and PulseAudio (instead of reusing the same property).The following config is a workaround (setting
audio_deviceto an empty string):(I'm using PipeWire, not PulseAudio, but in theory that should not matter).
@aykevl commented on GitHub (Mar 22, 2025):
@devgianlu thank you for fixing!