Mercurial > hg > vamp-plugin-sdk
comparison src/doc-overview @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | 7ed04d09bc8b |
children |
comparison
equal
deleted
inserted
replaced
336:50df48a51c97 | 337:d5c5a52e6c9f |
---|---|
59 which is an estimate of the tempo of a piece of music that is assumed | 59 which is an estimate of the tempo of a piece of music that is assumed |
60 to be of fixed tempo, using autocorrelation of a frequency domain | 60 to be of fixed tempo, using autocorrelation of a frequency domain |
61 energy rise metric. It has several outputs that return intermediate | 61 energy rise metric. It has several outputs that return intermediate |
62 results used in the calculation, and may be a useful example of a | 62 results used in the calculation, and may be a useful example of a |
63 plugin having several outputs with varying feature structures. | 63 plugin having several outputs with varying feature structures. |
64 | |
65 Plugin authors should also read the Programmer's Guide at | |
66 http://vamp-plugins.org/guide.pdf . | |
64 | 67 |
65 \section hosts For Hosts | 68 \section hosts For Hosts |
66 | 69 |
67 Hosts will normally use a Vamp::PluginHostAdapter to convert each | 70 Hosts will normally use a Vamp::PluginHostAdapter to convert each |
68 plugin's exposed C API back into a useful Vamp::Plugin C++ object. | 71 plugin's exposed C API back into a useful Vamp::Plugin C++ object. |