mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #145] Add cpal Sink to librespot #108
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#108
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 @sashahilton00 on GitHub (Feb 12, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/145
Currently, discussion to get Windows support is under way. Hopefully rust-mdns will be updated to work with Windows soon (#140), at which point, to ease running on Windows (and other systems), it would be good to implement a https://github.com/tomaka/cpal Sink for playback, which will remove the dependency on portaudio/pulseaudio, somewhat reducing the inconvenience of (cross) compiling for Windows.
@awiouy commented on GitHub (Feb 13, 2018):
I have come across these today:
What do you think?
@sashahilton00 commented on GitHub (Feb 13, 2018):
It looks to do a similar job to cpal, except that it's implemented by another library which has rust bindings, whilst cpal is pure rust. Is there a benefit to using libsound over cpal?
@mfeif commented on GitHub (Mar 22, 2018):
One benefit is keeping Pulseaudio, which is the de-facto sound stack on all modern linux (I think).
@burnoutberni commented on GitHub (Jul 16, 2018):
Is any work being done in this direction? A friend of mine just got one of these new Nokia "banana phones" and it runs KaiOS (formerly B2G/FirefoxOS), with all apps being "web apps". We're playing around with a couple of things now and an interesting side project might be to go ahead and try compiling librespot to WebAssembly. Not really sure where to start (Rust newbie here), but one of the main things would be to have WebAudio backend, which cpal seems to support.
@willstott101 commented on GitHub (Mar 23, 2019):
Since #277 got merged I guess this can be closed now?
Taking this opportunity to mention that the README is now out of date.
@sashahilton00 commented on GitHub (Mar 23, 2019):
Yup. Updated the readme. Closing.