diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 16:42:46 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-16 16:43:08 +0100 |
commit | 7d3cc5499bb1d8cddb2d7377b755bf36fe8aef0a (patch) | |
tree | c89f517324e80cb8604208c1f54626d3fbf98748 /audio/vocoder/README | |
parent | effec6d0ff8e31f993735dde1e30e752c624dc36 (diff) |
audio/vocoder: Added (standalone JACK vocoder effect).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/vocoder/README')
-rw-r--r-- | audio/vocoder/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/vocoder/README b/audio/vocoder/README new file mode 100644 index 000000000000..245b1d267594 --- /dev/null +++ b/audio/vocoder/README @@ -0,0 +1,14 @@ +vocoder (standalone JACK vocoder effect) + +A vocoder is a sound effect that can make a human voice sound +synthetic. It is often used to speak like a robot, with a metallic and +monotonous voice. + +This is a standalone JACK application. For a LADSPA version of the same +effect, see vocoder-ladspa. + +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. |