mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #70] Dependency on Alsa libs but Rodio is default? #957
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#957
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 @braheezy on GitHub (Aug 6, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/70
Just curious why the
alsasystem library is needed whenrodio-backendis the default audio choice? Thanks!@aome510 commented on GitHub (Aug 6, 2022):
rodiousescpalfor playback control.cpalusesalsato do audio I/O on Linux. That's the reason whyalsalib is needed, at least for Linux.cpalalso supportsjack, but rn forspotify-player, it's not configurable.@braheezy commented on GitHub (Aug 9, 2022):
Gotcha. Thanks for the info!