diff README @ 51:c1e4f706ca9a

Fix numpy version incompatibility issues and updated some example plugins.
author fazekasgy
date Thu, 08 Oct 2009 08:47:28 +0000
parents 3868da185d73
children 87b9ea6fc7d0
line wrap: on
line diff
--- a/README	Tue Oct 06 12:37:01 2009 +0000
+++ b/README	Thu Oct 08 08:47:28 2009 +0000
@@ -127,15 +127,15 @@
 HISTORY:
 
 	v1:
-	* added support for NumPy arrays in processN()
+	* added support for Numpy arrays in processN()
 	* framecount is now passed also to legacy process() and fixed resulting bugs in the PyZeroCrossing plugin
 	* added two examples which use Frequency Domain input in processN()
 
 	v2.0:
 	* complete rewrite (using generic functions implementing full error checking)
 	* added extension module : support RealTime and other Vamp type wrappers
-	* added numpy Array interface
-	* added falgs
+	* added Numpy Array interface
+	* added flags
 	* added environment variables
 	* recognise byte compiled python scripts