-
Notifications
You must be signed in to change notification settings - Fork 760
Audio Backends
Colm edited this page Feb 5, 2018
·
25 revisions
librespot supports various audio backends. Multiple backends can be enabled at compile time by enabling the corresponding cargo feature. By default, only PortAudio is enabled.
A specific backend can selected at runtime using the --backend switch.
cargo build --features portaudio-backend
target/release/librespot [...] --backend portaudioThe following backends are currently available :
- ALSA
- PortAudio
- PulseAudio
- Jackaudio