README 1.0 KB

1234567891011121314151617181920212223
  1. NOTE: THIS IS A HIGHLY MODIFIED VERSION OF THE SLACKBUILD FOUND AT
  2. SLACKBUILDS.ORG. MODIFICATIONS WERE MADE FOR THOSE DESIRING TO USE
  3. JACK-AUDIO-CONNECTION-KIT WITHOUT PULSEAUDIO, WITH A ALASA-LOOP.
  4. JACK is a low-latency audio server written primarily for Linux. It can
  5. connect a number of different applications to an audio device, as well as
  6. allow them to share audio among themselves. Its clients can run in their
  7. own processes (ie. as a normal application) or they can run within a JACK
  8. server instance (i.e. as a "plugin").
  9. This package uses POSIX filesystem capabilities to execute with
  10. elevated privileges (required for realtime audio processing). This
  11. may be considered a security/stability risk. Please read
  12. http://www.slackbuilds.org/caps/ for more information. To disable
  13. capabilities, pass SETCAP=no to the script.
  14. Optional dependencies are libffado and celt.
  15. Append the "threadirqs" option to (e)lilo append line; for example:
  16. append="root=/dev/mapper/cryptvg-root vga=normal ro resume=/dev/cryptvg/swap
  17. threadirqs"