comparison README @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 14b34e85523b
children 8c45dee08a95
comparison
equal deleted inserted replaced
418:a13635e9c440 419:55de53d7c777
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.5 of the Vamp plugin Software Development Kit. 12 This is version 2.6 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
113 113
114 Host authors should also refer to the example host code in the host 114 Host authors should also refer to the example host code in the host
115 directory of the SDK. 115 directory of the SDK.
116 116
117 Hosts should link with -lvamp-hostsdk. 117 Hosts should link with -lvamp-hostsdk.
118
119
120 vamp-hostsdk/host-c.h
121 ---------------------
122
123 A C-linkage header wrapping the part of the C++ SDK code that handles
124 plugin discovery and library loading. Host programs written in C or in
125 a language with a C-linkage foreign function interface may choose to
126 use this header to discover and load plugin libraries, together with
127 the vamp/vamp.h formal API to interact with plugins themselves. See
128 the header for more documentation.
118 129
119 130
120 examples 131 examples
121 -------- 132 --------
122 133
235 ======= 246 =======
236 247
237 Vamp and the Vamp SDK were designed and made at the Centre for Digital 248 Vamp and the Vamp SDK were designed and made at the Centre for Digital
238 Music at Queen Mary, University of London. 249 Music at Queen Mary, University of London.
239 250
240 The SDK was written by Chris Cannam, copyright (c) 2005-2014 251 The SDK was written by Chris Cannam, copyright (c) 2005-2015
241 Chris Cannam and QMUL. 252 Chris Cannam and QMUL.
242 253
243 Mark Sandler and Christian Landone provided ideas and direction, and 254 Mark Sandler and Christian Landone provided ideas and direction, and
244 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing 255 Mark Levy, Dan Stowell, Martin Gasser and Craig Sapp provided testing
245 and other input for the 1.0 API and SDK. The API also uses some ideas 256 and other input for the 1.0 API and SDK. The API also uses some ideas