c@229: c@229: QM Vamp Plugins c@229: =============== c@229: c@229: Audio feature extraction plugins in [Vamp format](https://vamp-plugins.org/) c@229: from the [Centre for Digital Music](http://c4dm.eecs.qmul.ac.uk) at c@229: Queen Mary, University of London. c@229: c@229: c@229: Plugins included c@229: ---------------- c@229: c@229: This plugin set includes the following plugins: c@229: c@229: * Note onset detector c@229: c@229: * Beat tracker and tempo estimator c@229: c@229: * Key estimator and tonal change detector c@229: c@229: * Adaptive multi-resolution FFT spectrogram c@229: c@229: * Polyphonic note transcription estimator c@229: c@229: * Segmenter, to divide a track into a consistent sequence of segments c@229: c@229: * Timbral and rhythmic similarity between audio tracks c@229: c@229: * Wavelet scalogram (discrete wavelet transform) c@229: c@229: * Chromagram, constant-Q spectrogram, and MFCC calculation plugins c@229: c@229: For full details about the plugins, with references, please see c@229: c@229: https://vamp-plugins.org/plugin-doc/qm-vamp-plugins.html c@229: c@229: c@229: Changes for this release c@229: ------------------------ c@229: c@229: See the CHANGELOG.md file included. c@229: c@229: c@229: Compiling the plugins c@229: --------------------- c@229: c@229: Ready-to-use binary builds of these plugins are provided for common c@229: platforms, but it's also possible to build them from source code. c@229: c@229: To compile your own from source, first run `./repoint install` to c@229: gather the necessary library code, and then c@229: c@229: - Linux: `make -f build/linux/Makefile.linux64` c@229: c@229: - Mac: `make -f build/osx/Makefile.osx` c@229: c@229: - Windows (MSVC): Use the solution `build/msvc/QMVampPlugins.sln` c@229: c@229: cannam@230: Licence c@229: ------- c@229: c@229: These plugins are provided under the terms of the GNU General Public c@229: License. You may install and use the plugin binaries without fee for c@229: any purpose commercial or non-commercial. You may also modify and c@229: redistribute the plugins in source or binary form, provided you comply c@229: with the terms given by the GNU General Public License. See the file c@229: COPYING for more details. c@229: c@229: Further copyrights apply to the qm-dsp library used in these c@229: plugins. See the README for that library for details. c@229: c@229: If you wish to use this code in a proprietary application or product c@229: for which the terms of the GPL are not appropriate, please contact QM c@229: Innovation https://www.qminnovation.co.uk/ for licensing terms. c@229: cannam@253: Copyright (c) 2006-2020 Queen Mary, University of London.