This package browser is in early development. Mind the rough edges.

jack

JACK audio connection kit

JACK is a low-latency audio server. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.

Installation

Install the latest version of jack as follows:

guix install jack

Or install a particular version:

guix install jack@0.125.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of jack about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/jack'><img src='https://packages.guix.gnu.org/packages/jack/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/jack/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/jack)

Example Org:

[[https://packages.guix.gnu.org/packages/jack][https://packages.guix.gnu.org/packages/jack/badges/latest-version.svg]]