Mercurial > hg > vamp-plugin-sdk
comparison README @ 290:c97e70ed5abc
* Doc updates, copyright updates, etc., in preparation for 2.1 release
author | cannam |
---|---|
date | Mon, 21 Sep 2009 09:33:05 +0000 |
parents | 3d98dd2ba0d6 |
children | ebc47e614cf5 |
comparison
equal
deleted
inserted
replaced
289:3e5ab1c7ea8c | 290:c97e70ed5abc |
---|---|
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.0 of the Vamp plugin Software Development Kit. | 12 This is version 2.1 of the Vamp plugin Software Development Kit. |
13 | 13 |
14 Plugins and hosts built with this SDK are binary compatible with those | 14 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 | 15 built using version 1.0 of the SDK, with certain restrictions. See |
16 the file README.compat for more details. | 16 the file README.compat for more details. |
17 | 17 |
151 which is an estimate of the tempo of a piece of music that is assumed | 151 which is an estimate of the tempo of a piece of music that is assumed |
152 to be of fixed tempo, using autocorrelation of a frequency domain | 152 to be of fixed tempo, using autocorrelation of a frequency domain |
153 energy rise metric. It has several outputs that return intermediate | 153 energy rise metric. It has several outputs that return intermediate |
154 results used in the calculation, and may be a useful example of a | 154 results used in the calculation, and may be a useful example of a |
155 plugin having several outputs with varying feature structures. | 155 plugin having several outputs with varying feature structures. |
156 | |
157 | |
158 skeleton | |
159 -------- | |
160 | |
161 Skeleton code that could be used as a template for your new plugin | |
162 implementation. | |
156 | 163 |
157 | 164 |
158 host | 165 host |
159 ---- | 166 ---- |
160 | 167 |
228 ======= | 235 ======= |
229 | 236 |
230 Vamp and the Vamp SDK were designed and made at the Centre for Digital | 237 Vamp and the Vamp SDK were designed and made at the Centre for Digital |
231 Music at Queen Mary, University of London. | 238 Music at Queen Mary, University of London. |
232 | 239 |
233 The SDK was written by Chris Cannam, copyright (c) 2005-2008 | 240 The SDK was written by Chris Cannam, copyright (c) 2005-2009 |
234 Chris Cannam and QMUL. | 241 Chris Cannam and QMUL. |
235 | 242 |
236 Mark Sandler and Christian Landone provided ideas and direction, and | 243 Mark Sandler and Christian Landone provided ideas and direction, and |
237 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing | 244 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing |
238 and other input for the 1.0 API and SDK. The API also uses some ideas | 245 and other input for the 1.0 API and SDK. The API also uses some ideas |