slackbuilds_ponce/audio/jack-audio-connection-kit
Robby Workman e963efd09f audio/jack-audio-connection-kit: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-26 22:13:17 -05:00
..
jack-audio-connection-kit.info audio/jack-audio-connection-kit: Fixed dep information 2012-08-26 22:13:17 -05:00
jack-audio-connection-kit.SlackBuild audio/jack-audio-connection-kit: Updated for version 0.121.3. 2012-05-21 17:58:10 -05:00
README audio/jack-audio-connection-kit: Updated for version 0.121.2. 2011-09-01 08:46:29 -03:00
slack-desc audio/jack-audio-connection-kit: Updated for version 0.121.2. 2011-09-01 08:46:29 -03:00

JACK is a low-latency audio server written primarily for Linux.  It can
connect a number of different applications to an audio device, as well as
allow them to share audio among themselves.  Its clients can run in their
own processes (ie. as a normal application) or they can run within a JACK
server instance (i.e. as a "plugin").

jackd has to run with realtime privileges.  One way to do this on Slackware
would be to use set_rlimits.  Since 12.2 there's another way - if you have
a filesystem that supports posix capabilities (reiserfs does not), you can
grant jackd the rights to run in realtime mode, even when started as a
normal user, with the following command:

  setcap cap_ipc_lock,cap_sys_nice=ep /usr/bin/jackd

If you use qjackctl to start jack, it will need the same capabilities set
to be able to start jack as non-root user.  You can use the same command
with 'qjackctl' instead of 'jackd'

Optional dependencies are libffado and celt.