cannam@0
|
1
|
cannam@0
|
2 MATCH Vamp plugin
|
cannam@0
|
3 =================
|
cannam@0
|
4
|
cannam@0
|
5 This is a Vamp plugin implementation of the MATCH audio alignment
|
cannam@0
|
6 algorithm:
|
cannam@0
|
7
|
Chris@226
|
8 http://www.eecs.qmul.ac.uk/~simond/match/index.html
|
cannam@0
|
9
|
Chris@226
|
10 See plugin homepage at
|
cannam@0
|
11
|
Chris@226
|
12 http://code.soundsoftware.ac.uk/projects/match-vamp/
|
cannam@0
|
13
|
Chris@230
|
14 This is version 1.0 of the plugin, which includes a number of fixes,
|
Chris@230
|
15 efficiency improvements, and extra options not present in the prior
|
Chris@230
|
16 0.2.1 release.
|
Chris@226
|
17
|
Chris@230
|
18 Plugin code by Chris Cannam and Simon Dixon.
|
Chris@230
|
19
|
Chris@230
|
20
|
Chris@230
|
21 Citation, License and Use
|
Chris@230
|
22 -------------------------
|
Chris@230
|
23
|
Chris@230
|
24 If you make use of this software for any public or commercial purpose,
|
Chris@230
|
25 we ask you to kindly mention the authors and Queen Mary, University of
|
Chris@230
|
26 London in your user-visible documentation. We're very happy to see
|
Chris@230
|
27 this sort of use but would much appreciate being credited, independent
|
Chris@230
|
28 of the requirements of the software license itself (see below).
|
Chris@230
|
29
|
Chris@230
|
30 Use of this software within a proprietary software application is
|
Chris@230
|
31 likely to require a commercial licence. Please contact the authors or
|
Chris@230
|
32 QM Innovation, http://www.qminnovation.co.uk/ for more information.
|
Chris@230
|
33
|
Chris@230
|
34 If you make use of this software for academic purposes, please cite:
|
Chris@230
|
35
|
Chris@230
|
36 S. Dixon and G. Widmer, “MATCH: A Music Alignment Tool Chest”, in
|
Chris@230
|
37 Proceedings of the 6th International Conference on Music Information
|
Chris@230
|
38 Retrieval (ISMIR-05), 2005.
|
Chris@230
|
39
|
Chris@230
|
40 (See the CITATION file for a BibTeX reference.)
|
Chris@230
|
41
|
Chris@230
|
42 Copyright (c) 2007-2015 Simon Dixon, Chris Cannam, and Queen Mary
|
Chris@230
|
43 University of London, Copyright (c) 2014-2015 Tido GmbH.
|
Chris@230
|
44
|
Chris@230
|
45 Distributed under the GNU General Public License. See the file COPYING
|
Chris@230
|
46 for details.
|
Chris@230
|
47
|