log examples/simpletest/simpletest.c @ 172:772c03f47063

age author description
Tue, 18 Jun 2013 13:23:17 -0700 Jamie Bullock Dynamically allocate storage in simpltest example. Ooura doesn't seem to like the being passed memory on the stack on Linux. Fixes #11
Tue, 18 Jun 2013 08:10:23 -0700 Jamie Bullock Define M_PI to 3.14159265358979323846264338327 on platforms where it is not provided by math.h
Sun, 02 Jun 2013 22:55:18 +0100 Jamie Bullock More xtract functions included in simpletest example
Fri, 15 Mar 2013 10:29:08 +0000 Jamie Bullock Remove erroneous casts to void * in xtract() function calls
Thu, 14 Mar 2013 13:03:12 +0000 Jamie Bullock Add explicit casts to malloc() calls for C++ compatibility
Wed, 09 Jan 2013 12:45:29 +0000 Jamie Bullock switched from single to double precision througout. closes #9
Mon, 07 Jan 2013 17:01:14 +0000 Jamie Bullock changed license from GPL to MIT. closes #6
Mon, 07 Jan 2013 16:27:15 +0000 Jamie Bullock added Ooura implementation to repository
Wed, 05 Sep 2012 16:27:18 +0100 Jamie Bullock Updated simpletest example to include MFCC
Mon, 23 Aug 2010 11:28:39 +0000 Jamie Bullock - Max example tweaks
Wed, 03 Feb 2010 22:35:13 +0000 Jamie Bullock - fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bit
Mon, 03 Sep 2007 15:03:21 +0000 Jamie Bullock Back to C99 in CFLAGS, but at least we (should) have the C89 option if anyone can't make it work with their compiler