From 992be7c50207b057fa9b7f8df5456680fe3ede65 Mon Sep 17 00:00:00 2001 From: KoffeinFlummi Date: Mon, 25 Mar 2019 18:21:08 +0100 Subject: [PATCH] Reintroduce pulseaudio backend Rodio seems to have issues with some PulseAudio setups, so keep this option around. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 644b84f..9f5c470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ version = "0.11.1" default-features = false [features] +pulseaudio_backend = ["librespot/pulseaudio-backend"] rodio_backend = ["librespot/rodio-backend"] portaudio_backend = ["librespot/portaudio-backend"] termion_backend = ["cursive/termion-backend"]