SlackBuildsOrg/audio/qm-vamp-plugins
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
qm-vamp-plugins.info audio/qm-vamp-plugins: Updated for version 1.8.0. 2020-11-07 14:02:34 +07:00
qm-vamp-plugins.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README audio/qm-vamp-plugins: Updated for version 1.8.0. 2020-11-07 14:02:34 +07:00
slack-desc

qm-vamp-plugins (audio feature extraction plugins)

Audio feature extraction plugins from Queen Mary, University of London

A set of plugins for feature extraction from audio data, using the Vamp
plugin format suitable for use in programs such as Sonic Visualiser and
Sonic Annotator.

This build supports SSE and SSE2 CPU optimizations. By default, the
script examines your system and enables SSE and/or SSE2 if they're
supported. If you're building a package for a different system, you
can override this behaviour via environment variables, like so:

SSE=no           # Force disable SSE and SSE2 (variable SSE2 ignored)
SSE=yes SSE2=yes # Force enable both SSE and SSE2
SSE=yes SSE2=no  # Force enable SSE, force disable SSE2

Leaving SSE blank or setting it to anything else means to autodetect.