README 801 B

12345678910111213141516171819
  1. qm-vamp-plugins (audio feature extraction plugins)
  2. Audio feature extraction plugins from Queen Mary, University of London
  3. A set of plugins for feature extraction from audio data, using the Vamp
  4. plugin format suitable for use in programs such as Sonic Visualiser and
  5. Sonic Annotator.
  6. This build supports SSE and SSE2 CPU optimizations. By default, the
  7. script examines your system and enables SSE and/or SSE2 if they're
  8. supported. If you're building a package for a different system, you
  9. can override this behaviour via environment variables, like so:
  10. SSE=no # Force disable SSE and SSE2 (variable SSE2 ignored)
  11. SSE=yes SSE2=yes # Force enable both SSE and SSE2
  12. SSE=yes SSE2=no # Force enable SSE, force disable SSE2
  13. Leaving SSE blank or setting it to anything else means to autodetect.