diff --git a/Cargo.toml b/Cargo.toml index 40293ee..bd10df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index 920dc36..aa617f7 100644 --- a/README.md +++ b/README.md @@ -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: