comparison README @ 460:b409560a805b

Merge from branch vampipe
author Chris Cannam
date Mon, 10 Oct 2016 15:48:35 +0100
parents 80b46389aab0
children ea23f1201155
comparison
equal deleted inserted replaced
442:4101e3f80aa0 460:b409560a805b
7 http://www.vamp-plugins.org/ 7 http://www.vamp-plugins.org/
8 8
9 Vamp is an API for C and C++ plugins that process sampled audio data 9 Vamp is an API for C and C++ plugins that process sampled audio data
10 to produce descriptive output (measurements or semantic observations). 10 to produce descriptive output (measurements or semantic observations).
11 11
12 This is version 2.6 of the Vamp plugin Software Development Kit. 12 This is version 2.7 of the Vamp plugin Software Development Kit.
13
14 Plugins and hosts built with this SDK are binary compatible with those
15 built using any version 2.0 or newer of the SDK.
13 16
14 Plugins and hosts built with this SDK are binary compatible with those 17 Plugins and hosts built with this SDK are binary compatible with those
15 built using version 1.0 of the SDK, with certain restrictions. See 18 built using version 1.0 of the SDK, with certain restrictions. See
16 the file README.compat for more details. 19 the file README.compat for more details.
17 20
246 ======= 249 =======
247 250
248 Vamp and the Vamp SDK were designed and made at the Centre for Digital 251 Vamp and the Vamp SDK were designed and made at the Centre for Digital
249 Music at Queen Mary, University of London. 252 Music at Queen Mary, University of London.
250 253
251 The SDK was written by Chris Cannam, copyright (c) 2005-2015 254 The SDK was written by Chris Cannam, copyright (c) 2005-2016
252 Chris Cannam and QMUL. 255 Chris Cannam and QMUL.
256
257 The SDK incorporates KissFFT code, copyright (c) 2003-2010 Mark
258 Borgerding.
253 259
254 Mark Sandler and Christian Landone provided ideas and direction, and 260 Mark Sandler and Christian Landone provided ideas and direction, and
255 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing 261 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing
256 and other input for the 1.0 API and SDK. The API also uses some ideas 262 and other input for the 1.0 API and SDK. The API also uses some ideas
257 from prior plugin systems, notably DSSI (http://dssi.sourceforge.net) 263 from prior plugin systems, notably DSSI (http://dssi.sourceforge.net)
258 and FEAPI (http://feapi.sourceforge.net). 264 and FEAPI (http://feapi.sourceforge.net).
259