From aebf47572e1394aa9f6b37a5ddaed6436c5d8f6a Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Thu, 12 Sep 2019 07:55:48 +0200 Subject: [PATCH] switch back to pulseaudio backend for now the rodio backend occupies a whole CPU thread in idle fixes #81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb92c50..b804446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,4 @@ rodio_backend = ["librespot/rodio-backend"] portaudio_backend = ["librespot/portaudio-backend"] termion_backend = ["cursive/termion-backend"] mpris = ["dbus"] -default = ["share_clipboard", "rodio_backend", "mpris", "cursive/pancurses-backend"] +default = ["share_clipboard", "pulseaudio_backend", "mpris", "cursive/pancurses-backend"]