mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #251] alsa error using precompiled release #154
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#154
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 @urknall on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/251
when running precompiled release under picoreplayer:
running build from source all is fine:
config:
@devgianlu commented on GitHub (Nov 7, 2025):
Which precompiled version are you running?
@urknall commented on GitHub (Nov 7, 2025):
0.5.2 go-librespot_linux_arm64.tar.gz
@urknall commented on GitHub (Nov 7, 2025):
if that might be helpful, the only alsa conf in pcp is located at:
/usr/local/share/alsa/alsa.conf
@urknall commented on GitHub (Nov 7, 2025):
/etc/asound.conf also there
@devgianlu commented on GitHub (Nov 9, 2025):
Release v0.5.3 should fix this issue.
@urknall commented on GitHub (Nov 9, 2025):
thank you very much, its working!