diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-15 09:21:25 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:02 -0600 |
commit | 5bb964d8199d35ecb397c240ebf78393377b3c7d (patch) | |
tree | de2899102cc0a09a6809228a9367660e094ef450 /audio/jkmeter/README | |
parent | b1caad72a152b6f4918d108a5af116ef3e28dff1 (diff) | |
download | slackbuilds-5bb964d8199d35ecb397c240ebf78393377b3c7d.tar.gz |
audio/jkmeter: Added (audio level meter for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jkmeter/README')
-rw-r--r-- | audio/jkmeter/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/jkmeter/README b/audio/jkmeter/README new file mode 100644 index 0000000000..daef6793a9 --- /dev/null +++ b/audio/jkmeter/README @@ -0,0 +1,21 @@ +jkmeter (audio level meter for JACK) + +Jkmeter is a horizontal or vertical bargraph level +meter based on the ideas of mastering guru Bob Katz. See +<http://www.digido.com/media/articles-and-demos.html> and follow the +links on 'level practices'. + +This is the type of meter you want for live recording, mixing and +mastering. It probably makes no sense to use it on all tracks of a DAW, +where keeping digital level within limits is the main purpose of metering. + +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. |