Mercurial > hg > sonic-annotator
comparison README @ 87:52e5e2c03792
Update changelog and readme; remove out-of-date install file
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 13:51:02 +0100 |
parents | 6c87f6443fe6 |
children | 03b1d83fca29 |
comparison
equal
deleted
inserted
replaced
86:318e2f177ed5 | 87:52e5e2c03792 |
---|---|
18 ------- | 18 ------- |
19 | 19 |
20 Sonic Annotator was developed at the Centre for Digital Music, | 20 Sonic Annotator was developed at the Centre for Digital Music, |
21 Queen Mary, University of London. | 21 Queen Mary, University of London. |
22 | 22 |
23 http://www.elec.qmul.ac.uk/digitalmusic/ | 23 http://c4dm.eecs.qmul.ac.uk/ |
24 | 24 |
25 The main program is by Mark Levy, Chris Cannam, and Chris Sutton. | 25 The main program is by Mark Levy, Chris Cannam, and Chris Sutton. |
26 Sonic Annotator incorporates library code from the Sonic Visualiser | 26 Sonic Annotator incorporates library code from the Sonic Visualiser |
27 application by Chris Cannam. Code copyright 2005-2007 Chris Cannam, | 27 application by Chris Cannam. Code copyright 2005-2007 Chris Cannam, |
28 copyright 2006-2011 Queen Mary, University of London, except where | 28 copyright 2006-2013 Queen Mary, University of London, except where |
29 indicated in the individual source files. | 29 indicated in the individual source files. |
30 | 30 |
31 This work was funded by the Engineering and Physical Sciences Research | 31 This work was funded by the Engineering and Physical Sciences Research |
32 Council through the OMRAS2 project EP/E017614/1. | 32 Council through the OMRAS2 project EP/E017614/1. |
33 | 33 |
37 License, or (at your option) any later version. See the file COPYING | 37 License, or (at your option) any later version. See the file COPYING |
38 included with this distribution for more information. | 38 included with this distribution for more information. |
39 | 39 |
40 Sonic Annotator may also make use of the following libraries: | 40 Sonic Annotator may also make use of the following libraries: |
41 | 41 |
42 * Qt4 -- Copyright Nokia Corporation, distributed under the GPL | 42 * Qt5 -- Copyright Digia Oyj, distributed under the LGPL |
43 * Ogg decoder -- Copyright CSIRO Australia, BSD license | 43 * Ogg decoder -- Copyright CSIRO Australia, BSD license |
44 * MAD mp3 decoder -- Copyright Underbit Technologies Inc, GPL | 44 * MAD mp3 decoder -- Copyright Underbit Technologies Inc, GPL |
45 * libsamplerate -- Copyright Erik de Castro Lopo, GPL | 45 * libsamplerate -- Copyright Erik de Castro Lopo, GPL |
46 * libsndfile -- Copyright Erik de Castro Lopo, LGPL | 46 * libsndfile -- Copyright Erik de Castro Lopo, LGPL |
47 * FFTW3 -- Copyright Matteo Frigo and MIT, GPL | 47 * FFTW3 -- Copyright Matteo Frigo and MIT, GPL |
48 * Vamp plugin SDK -- Copyright Chris Cannam, BSD license | 48 * Vamp plugin SDK -- Copyright Chris Cannam and QMUL, BSD license |
49 * Redland RDF libraries -- Copyright Dave Beckett and the University of Bristol, LGPL/Apache license | 49 * Dataquay -- Copyright Breakfast Quay, BSD license |
50 * Sord and Serd -- Copyright David Robillard, BSD license | |
50 | 51 |
51 (Some distributions of Sonic Annotator may have one or more of these | 52 (Some distributions of Sonic Annotator may have one or more of these |
52 libraries statically linked.) Many thanks to their authors. | 53 libraries statically linked.) Many thanks to their authors. |
53 | |
54 Sonic Annotator can also use QuickTime for audio file import on OS/X. | |
55 For licensing reasons, you may not distribute binaries of Sonic | |
56 Annotator with QuickTime support included for any platform that does | |
57 not include QuickTime as part of the platform itself (see section 3 of | |
58 version 2 of the GNU General Public License). | |
59 | |
60 | |
61 Compiling Sonic Annotator | |
62 -------------------------- | |
63 | |
64 If you are planning to compile Sonic Annotator from source code, | |
65 please read the file INSTALL. | |
66 | 54 |
67 | 55 |
68 A Quick Tutorial | 56 A Quick Tutorial |
69 ================ | 57 ================ |
70 | 58 |