Mercurial > hg > vampy
diff README @ 66:5664fe298af2
Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
author | Chris Cannam |
---|---|
date | Mon, 17 Nov 2014 09:37:59 +0000 |
parents | 62dcaa5fe6f8 |
children | 146d14ab15e7 |
line wrap: on
line diff
--- a/README Wed Aug 06 16:02:25 2014 +0100 +++ b/README Mon Nov 17 09:37:59 2014 +0000 @@ -16,7 +16,7 @@ Vamp plugins are typically written in C++. Although currently available plugin hosts are valuable tools in audio research, - the long and tedious development cycle of plugins does not + the long and tedious development cycle of plugins does not support quick prototyping of feature extraction algorithms. Learning the extra skills needed for plugin development or using scientific libraries available for C and C++ is often outside @@ -74,7 +74,7 @@ DEPENDENCIES: - * Vampy requires Python 2.5 or greater. + * Vampy requires Python 2.7. Note that Vampy does not support the new flavour of Python (3.x) which breaks language compatibility with the 2.x series. @@ -166,7 +166,7 @@ USING VAMPY: - (1) Make sure you have Python 2.5 or greater installed and you + (1) Make sure you have Python 2.7 installed and you have a recent Vamp plugin host application. (e.g. Sonic Visualier)