Mercurial > hg > vamp-website
changeset 17:e5df01080daa website
* Add links
author | cannam |
---|---|
date | Fri, 21 Nov 2008 12:48:18 +0000 |
parents | 16f8de0dc974 |
children | 33470596a333 |
files | plugin-doc/vamp-example-plugins.html |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugin-doc/vamp-example-plugins.html Fri Nov 21 11:41:45 2008 +0000 +++ b/plugin-doc/vamp-example-plugins.html Fri Nov 21 12:48:18 2008 +0000 @@ -34,6 +34,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:amplitudefollower</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#amplitudefollower">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#amplitudefollower</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/AmplitudeFollower.cpp?view=markup">Source code</a> </p> <p>Amplitude Follower tracks and returns the amplitude of the audio signal sample by sample, returning peak values block by block. @@ -70,6 +71,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:fixedtempo</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#fixedtempo">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#fixedtempo</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/FixedTempoEstimator.cpp?view=markup">Source code</a> </p> <p>Simple Fixed Tempo Estimator analyses a fragment of audio and estimates its tempo. It assumes that its input is of fixed tempo, and @@ -163,6 +165,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:percussiononsets</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/PercussionOnsetDetector.cpp?view=markup">Source code</a> </p> <p>Simple Percussion Onset Detector estimates the locations of percussive onsets in the audio signal. @@ -212,6 +215,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:powerspectrum</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#powerspectrum">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#powerspectrum</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/PowerSpectrum.cpp?view=markup">Source code</a> </p> <p>Simple Power Spectrum returns a power spectrum calculated from windowed short-time Fourier transforms of the input audio. (The power @@ -245,6 +249,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:spectralcentroid</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#spectralcentroid">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#spectralcentroid</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/SpectralCentroid.cpp?view=markup">Source code</a> </p> <p>Spectral Centroid calculates the "centre of gravity" of the frequency spectrum for each input frame. @@ -274,6 +279,7 @@ <p><b>System identifier</b> – <code>vamp-example-plugins:zerocrossing</code><br> <b>RDF URI</b> – <a href="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#zerocrossing">http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#zerocrossing</a> +<br><b>Links</b> – <a href="#">Back to top of library documentation</a> – <a href="http://sourceforge.net/project/showfiles.php?group_id=192001&package_id=225765">Download location</a> – <a href="http://vamp.svn.sourceforge.net/viewvc/vamp/vamp-plugin-sdk/trunk/examples/ZeroCrossing.cpp?view=markup">Source code</a> </p> <p>Zero Crossings calculates the positions and density of "zero-crossing" points in an audio waveform. For the purposes of this plugin, that