switch back to pulseaudio backend for now
the rodio backend occupies a whole CPU thread in idle fixes #81
This commit is contained in:
@@ -53,4 +53,4 @@ rodio_backend = ["librespot/rodio-backend"]
|
|||||||
portaudio_backend = ["librespot/portaudio-backend"]
|
portaudio_backend = ["librespot/portaudio-backend"]
|
||||||
termion_backend = ["cursive/termion-backend"]
|
termion_backend = ["cursive/termion-backend"]
|
||||||
mpris = ["dbus"]
|
mpris = ["dbus"]
|
||||||
default = ["share_clipboard", "rodio_backend", "mpris", "cursive/pancurses-backend"]
|
default = ["share_clipboard", "pulseaudio_backend", "mpris", "cursive/pancurses-backend"]
|
||||||
|
|||||||
Reference in New Issue
Block a user