diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-16 07:10:56 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:03 -0600 |
commit | fe65c04dd2c8f8efb7831b61dab80dfb57744edd (patch) | |
tree | 2429dc471858357ffb49cea55fcc1d8537ee5280 /audio/jnoise/README | |
parent | ed455ab7ee2dfc67e40346ec8904fb860154d482 (diff) | |
download | slackbuilds-fe65c04dd2c8f8efb7831b61dab80dfb57744edd.tar.gz |
audio/jnoise: Added (white and pink noise generator for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jnoise/README')
-rw-r--r-- | audio/jnoise/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/jnoise/README b/audio/jnoise/README new file mode 100644 index 0000000000..2a14030bfb --- /dev/null +++ b/audio/jnoise/README @@ -0,0 +1,10 @@ +jnoise (white and pink noise generator for JACK) + +A command line JACK app generating accurate white and pink noise with +Gaussian amplitude distribution. + +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. |