From b27e904363dffbd3e4a914f4d0f96eb160d4b3dc Mon Sep 17 00:00:00 2001 From: Oscar Linderholm Date: Wed, 24 Apr 2019 21:33:31 +0200 Subject: [PATCH 1/2] Add ALSA backend --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] From df83d97dee87f6246cafe6c24ae13271d37ebb13 Mon Sep 17 00:00:00 2001 From: Oscar Linderholm Date: Wed, 24 Apr 2019 21:33:58 +0200 Subject: [PATCH 2/2] Fix Rudio typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: