Mercurial > hg > vamp-plugin-sdk
comparison README @ 256:3d98dd2ba0d6
* Add documentation about backward compatibility
| author | cannam | 
|---|---|
| date | Fri, 14 Nov 2008 10:59:48 +0000 | 
| parents | a8c8fe602eec | 
| children | c97e70ed5abc | 
   comparison
  equal
  deleted
  inserted
  replaced
| 255:88ef5ffdbe8d | 256:3d98dd2ba0d6 | 
|---|---|
| 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.0 of the Vamp plugin Software Development Kit. | 
| 13 | |
| 13 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 | 
| 14 built using version 1.0 of the SDK. See CHANGELOG for a list of the | 15 built using version 1.0 of the SDK, with certain restrictions. See | 
| 15 changes in this release. | 16 the file README.compat for more details. | 
| 17 | |
| 18 See the file CHANGELOG for a list of the changes in this release. | |
| 16 | 19 | 
| 17 A documentation guide to writing plugins using the Vamp SDK can be | 20 A documentation guide to writing plugins using the Vamp SDK can be | 
| 18 found at http://www.vamp-plugins.org/guide.pdf . | 21 found at http://www.vamp-plugins.org/guide.pdf . | 
| 19 | 22 | 
| 20 | 23 | 
