diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-10 08:12:19 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-10 08:12:19 -0300 |
commit | 85a01f18f360b659070193b7ecd2ba50f621eb6d (patch) | |
tree | 36cf466eb992ffe9468cdad79068ac2bf99ef965 /audio/qm-vamp-plugins/README | |
parent | 589edfbce7d4a5f00779effb02fb4f82eaed6dbf (diff) | |
download | slackbuilds-85a01f18f360b659070193b7ecd2ba50f621eb6d.tar.gz |
audio/qm-vamp-plugins: Added (audio feature extraction plugins)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/qm-vamp-plugins/README')
-rw-r--r-- | audio/qm-vamp-plugins/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/qm-vamp-plugins/README b/audio/qm-vamp-plugins/README new file mode 100644 index 0000000000..fe447e1dd8 --- /dev/null +++ b/audio/qm-vamp-plugins/README @@ -0,0 +1,18 @@ +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 requires atlas and vamp-plugin-sdk. + +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 both 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. |