Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for jack audio connection kit #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 5, 2017

  1. add support for jack audio connection kit

    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 committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    adeb22b View commit details
    Browse the repository at this point in the history