annotate README @ 246:aac9ad4064ea subsequence tip

Fix incorrect handling of silent tail in the non-subsequence MATCH phase; some debug output changes
author Chris Cannam
date Fri, 24 Jul 2020 14:29:55 +0100
parents 4d0e9225c179
children
rev   line source
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@235 8 https://www.eecs.qmul.ac.uk/~simond/match/index.html
cannam@0 9
Chris@226 10 See plugin homepage at
cannam@0 11
Chris@235 12 https://code.soundsoftware.ac.uk/projects/match-vamp/
Chris@226 13
Chris@230 14 Plugin code by Chris Cannam and Simon Dixon.
Chris@230 15
Chris@230 16
Chris@230 17 Citation, License and Use
Chris@230 18 -------------------------
Chris@230 19
Chris@230 20 If you make use of this software for any public or commercial purpose,
Chris@230 21 we ask you to kindly mention the authors and Queen Mary, University of
Chris@230 22 London in your user-visible documentation. We're very happy to see
Chris@230 23 this sort of use but would much appreciate being credited, independent
Chris@230 24 of the requirements of the software license itself (see below).
Chris@230 25
Chris@230 26 Use of this software within a proprietary software application is
Chris@230 27 likely to require a commercial licence. Please contact the authors or
Chris@230 28 QM Innovation, http://www.qminnovation.co.uk/ for more information.
Chris@230 29
Chris@230 30 If you make use of this software for academic purposes, please cite:
Chris@230 31
Chris@230 32 S. Dixon and G. Widmer, “MATCH: A Music Alignment Tool Chest”, in
Chris@230 33 Proceedings of the 6th International Conference on Music Information
Chris@230 34 Retrieval (ISMIR-05), 2005.
Chris@230 35
Chris@230 36 (See the CITATION file for a BibTeX reference.)
Chris@230 37
Chris@235 38 Copyright (c) 2007-2020 Simon Dixon, Chris Cannam, and Queen Mary
Chris@230 39 University of London, Copyright (c) 2014-2015 Tido GmbH.
Chris@230 40
Chris@230 41 Distributed under the GNU General Public License. See the file COPYING
Chris@230 42 for details.
Chris@230 43