README 683 B

12345678910111213141516
  1. jack_delay (measure the latency of your sound card)
  2. jack_delay is a small command line JACK app you can use to measure the
  3. latency of your sound card. It uses a phase measurements on a set of
  4. tones to measure the delay from the output to the input. Accuracy is
  5. about 1/1000 of a sample.
  6. Definitely read the docs in /usr/doc/jack_delay-$VERSION/README to
  7. understand how to use this.
  8. This package uses POSIX filesystem capabilities to execute with
  9. elevated privileges (required for realtime audio processing). This
  10. may be considered a security/stability risk. Please read
  11. http://www.slackbuilds.org/caps/ for more information. To disable
  12. capabilities, pass SETCAP=no to the script.