Issue by loblik
Thursday Oct 05, 2017 at 19:19 GMT
Originally opened as plietar/librespot#260
Hi, I've created simple JACK backend for librespot. It's just a simple initial implementation. But it works quite good. It seems to be better than
using portaudio (to access JACK) or pipe backend with jack-stdin.
Commit message follows.
This is initial support for JACK. It creates ports at startup and
keeps it connected while librespot is running. So when librespot
playback is stoped it writes silence (zeroes).
It uses jack crate (rust-jack) which needs libjack. To compile in
jack support use --features jackaudio-backend. And run librespot
with --backend jackaudio.
loblik included the following code: https://github.com/plietar/librespot/pull/260/commits
Thursday Oct 05, 2017 at 19:19 GMT
Originally opened as plietar/librespot#260
Hi, I've created simple JACK backend for librespot. It's just a simple initial implementation. But it works quite good. It seems to be better than
using portaudio (to access JACK) or pipe backend with jack-stdin.
Commit message follows.
This is initial support for JACK. It creates ports at startup and
keeps it connected while librespot is running. So when librespot
playback is stoped it writes silence (zeroes).
It uses jack crate (rust-jack) which needs libjack. To compile in
jack support use --features jackaudio-backend. And run librespot
with --backend jackaudio.
loblik included the following code: https://github.com/plietar/librespot/pull/260/commits