diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-16 07:14:56 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:03 -0600 |
commit | 2167efbdc487f03a115dbe4851fee06d73fbccf5 (patch) | |
tree | 7207008719d2c9ca2b089127391feb62d146ad76 /audio/japa/README | |
parent | fe65c04dd2c8f8efb7831b61dab80dfb57744edd (diff) | |
download | slackbuilds-2167efbdc487f03a115dbe4851fee06d73fbccf5.tar.gz |
audio/japa: Added (audio spectrum analyser for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/japa/README')
-rw-r--r-- | audio/japa/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/japa/README b/audio/japa/README new file mode 100644 index 0000000000..a1ccb6ce68 --- /dev/null +++ b/audio/japa/README @@ -0,0 +1,17 @@ +japa (audio spectrum analyser for jack-audio-connection-kit) + +Japa (JACK and ALSA Perceptual Analyser), is a 'perceptual' or +'psychoacoustic' audio spectrum analyser. Possible uses include spectrum +monitoring while mixing or mastering, evaluation of ambient noise, and +(using pink noise), equalisation of PA systems. + +By default, the package is built with '-march=native'. If you need a +generic package that can be installed on any Slackware machine with the +same ARCH as the build host, set FORCE_SLACK_CFLAGS=yes in the script's +environment. + +This package uses POSIX filesystem capabilities to execute with +elevated privileges (required for realtime audio processing). This +may be considered a security/stability risk. Please read +http://www.slackbuilds.org/caps/ for more information. To disable +capabilities, pass SETCAP=no to the script. |