# HG changeset patch # User Chris Cannam # Date 1549044422 0 # Node ID 28d22109991c0a0f2bf700290a31c6969551cb45 # Parent 08dd882011159fc59862447b52ecc2ca2fb2e5c9 Text tweaks diff -r 08dd88201115 -r 28d22109991c README --- a/README Wed Jan 16 15:47:57 2019 +0000 +++ b/README Fri Feb 01 18:07:02 2019 +0000 @@ -10,9 +10,9 @@ with a C/C++ Application Programming Interface (API). Typical applications of Vamp plugins include visualisation, using - a host such as Sonic Visualiser (http://www.sonicvisualiser.org/), + a host such as Sonic Visualiser (https://www.sonicvisualiser.org/), or batch feature extraction from audio, using Sonic Annotator - (http://www.omras2.org/SonicAnnotator). + (https://vamp-plugins.org/sonic-annotator). Vamp plugins are typically written in C++. Although currently available plugin hosts are valuable tools in audio research, @@ -78,8 +78,8 @@ Note that Vampy does not support Python 3 at all at this point. Note also that on a Mac in normal circumstances Vampy - expects to use the system installation of Python, so plugin - modules you write should be tested using this. + expects to use the system installation of Python, so plugins + that you write should be tested using the system Python. * Vampy supports Numpy 1.1 or greater.