Mercurial > hg > vamp-website
diff index.html @ 113:507cd6bc63d3 no-forum
Toward a different layout for feedback/discussion
author | Chris Cannam |
---|---|
date | Mon, 15 Jan 2018 17:19:48 +0000 |
parents | 6dd719d7c78b |
children | 1982d4ba2ea3 |
line wrap: on
line diff
--- a/index.html Mon Mar 06 14:24:07 2017 +0000 +++ b/index.html Mon Jan 15 17:19:48 2018 +0000 @@ -15,10 +15,10 @@ <div id="nav"> <ul> <li class="first"><a href="index.html">Home</a></li> - <li><a href="rationale.html">Rationale</a></li> + <li><a href="news.html">News</a></li> <li><a href="download.html">Download Plugins</a></li> <li><a href="develop.html">Make Plugins</a></li> - <li><a href="http://vamp-plugins.org/forum/">Forum</a></li> + <li><a href="discuss.html">Discuss</a></li> <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li> </ul></div> @@ -41,10 +41,10 @@ <ul> <li>Interactive audio analysis using Vamp plugins? Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li> - <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity 2</a> can use Vamp plugins to create label tracks from analysis results.</li> + <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity</a> can use a number of Vamp plugins to create label tracks from analysis results.</li> <li>Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need <a href="sonic-annotator/">Sonic Annotator</a>!</li> <li>For simple command-line purposes, there is also a Vamp host included in the <a href="develop.html">developer SDK</a>.</li> - <li>... other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li> + <li>... any other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li> </ul> <p><b>Developers and DSP researchers!</b></p> @@ -54,14 +54,14 @@ <li>Like to use native Vamp plugins in a Java application? <a href="http://code.soundsoftware.ac.uk/projects/jvamp">Take a look at jVamp</a>.</li> </ul> - <p>Just like an audio effects plugin (such as a VST), a Vamp - plugin is a binary module that can be loaded up by a host - application and fed audio data. However, unlike an effects - plugin, a Vamp plugin generates not more audio, but some sort of - symbolic information. Typical things that a Vamp plugin might - calculate include the locations of moments such as note onset - times, visualisable representations of the audio such as - spectrograms, or curve data such as power or fundamental + <p>Just like an audio effect such as a VST plugin, a Vamp plugin + is a binary module that can be loaded by a host application and + fed audio data. However, a Vamp plugin does not generate audio + output, but some sort of symbolic information instead. Typical + things that a Vamp plugin might calculate include the locations + of moments such as note onset times, visualisable + representations of the audio such as spectrograms, or curve data + such as power or fundamental frequency. <a href="rationale.html">Read more about the rationale for Vamp</a>.</p>