audio/caps: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 15:17:44 -04:00 committed by Willy Sudiarto Raharjo
parent 5d92bc5223
commit 5d4eca528e
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,22 +1,24 @@
caps (audio plugin suite for LADSPA) caps (audio plugin suite for LADSPA)
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA
plugins capable of (and mainly intended for) realtime operation. The suite audio plugins capable of (and mainly intended for) realtime
includes DSP units emulating instrument amplifiers, stomp-box classics, operation. The suite includes DSP units emulating instrument
versatile 'virtual analogue' oscillators, fractal oscillation, reverb, amplifiers, stomp-box classics, versatile 'virtual analogue'
equalization and more. oscillators, fractal oscillation, reverb, equalization and more.
By default, CAPS will use SSE and/or SSE3 optimizations, if they are By default, CAPS will use SSE and/or SSE3 optimizations, if they
supported on the build host. If you're building a package to be deployed are supported on the build host. If you're building a package
on a different system, you might need to set FORCE_SLACK_CFLAGS=yes in to be deployed on a different system, you might need to set
the script's environment, which will completely disable SSE/SSE3 (but FORCE_SLACK_CFLAGS=yes in the script's environment, which will
might cause performance problems, your mileage may vary). completely disable SSE/SSE3 (but might cause performance problems, your
mileage may vary).
The CAPS HTML documentation is about 1MB in size, located in The CAPS HTML documentation is about 1MB in size, located in
/usr/doc/caps-$VERSION/html/index.html. If you want to leave it out of /usr/doc/caps-$VERSION/html/index.html. If you want to leave it out
the package, set DOCS=no in the script's environment. Note that the HTML of the package, set DOCS=no in the script's environment. Note that the
doc is also available online (it's the caps homepage)... but only the HTML doc is also available online (it's the caps homepage)... but only
most recent version, which might be newer than this build. the most recent version, which might be newer than this build.
If you're upgrading from an older version of caps, or need to install If you're upgrading from an older version of caps, or need to
an older version of caps for e.g. an old Ardour session, read UPGRADE.txt. install an older version of caps for e.g. an old Ardour session, read
UPGRADE.txt.