Merge pull request #63 from osm/develop
Add ALSA backend and fix typo in README.md
This commit is contained in:
@@ -51,6 +51,7 @@ default-features = false
|
|||||||
git = "https://github.com/overdrivenpotato/winapi-rs"
|
git = "https://github.com/overdrivenpotato/winapi-rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
alsa_backend = ["librespot/alsa-backend"]
|
||||||
pulseaudio_backend = ["librespot/pulseaudio-backend"]
|
pulseaudio_backend = ["librespot/pulseaudio-backend"]
|
||||||
rodio_backend = ["librespot/rodio-backend"]
|
rodio_backend = ["librespot/rodio-backend"]
|
||||||
portaudio_backend = ["librespot/portaudio-backend"]
|
portaudio_backend = ["librespot/portaudio-backend"]
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ https://github.com/hrkfdn/ncspot/pull/40.
|
|||||||
|
|
||||||
## Audio backends
|
## Audio backends
|
||||||
|
|
||||||
By default ncspot is built using the Rudio backend. To make it use the
|
By default ncspot is built using the Rodio backend. To make it use the
|
||||||
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
|
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
|
||||||
`portaudio_backend` feature:
|
`portaudio_backend` feature:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user