aubio / vamp-aubio-plugins

aubio plugins for Vamp
https://aubio.org/vamp-aubio-plugins
GNU General Public License v3.0
48 stars 12 forks source link
analysis aubio audio beat beat-detection beat-tracking mfcc music music-information-retrieval onset onset-detection tempo tempo-detection tempo-tracking vamp-plugins

vamp-aubio-plugins

A set of Vamp plugins for audio feature extraction using the aubio library.

This set includes the following plugins:

Build Instructions

You will need to have Python, git, and a C++ compiler.

Please refer to the build script corresponding for your platform for brief instructions on how to build this project:

Available OS scripts

Windows

The preferred compiler on windows is Microsoft Visual 2013. Also you will want to use a shell environment, for instance Git Bash, and have Python installed and found in the PATH.

Clean up

Use the following command to start from scratch:

$ rm -rf contrib/ build/

Old-school makefiles

This method is now considered deprecated.

The current build system is waf. See above, and read wscript and build*.sh to find out how to use it. Makefiles are kept for the record, but they might be out of date and will eventually disappear.

$ make -f Makefile. clean all

where os_name should be replaced by one of linux, mingw32, or osx.

Installation Instructions

The Vamp plugin is defined by the following three files. Depending on your platform, the extension of the binary file will vary.

vamp-aubio.cat
vamp-aubio.n3
vamp-aubio.{so,dll,dylib}

Follow the Vamp installation instructions to copy the above three files to your preferred plugin directory.

Copyright and License Information

Copyright (C) 2006-2012 Chris Cannam and Queen Mary University of London
Copyright (C) 2006-2015 Paul Brossier <piem@aubio.org>

vamp-aubio-plugins is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.