Merge pull request #63 from osm/develop

Add ALSA backend and fix typo in README.md
This commit is contained in:
Henrik
2019-04-24 22:31:13 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ default-features = false
git = "https://github.com/overdrivenpotato/winapi-rs"
[features]
alsa_backend = ["librespot/alsa-backend"]
pulseaudio_backend = ["librespot/pulseaudio-backend"]
rodio_backend = ["librespot/rodio-backend"]
portaudio_backend = ["librespot/portaudio-backend"]

View File

@@ -104,7 +104,7 @@ https://github.com/hrkfdn/ncspot/pull/40.
## 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` feature: