aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest
AgeCommit message (Expand)Author
2013-06-18Dynamically allocate storage in simpltest example. Ooura doesn't seem to like...Jamie Bullock
2013-06-18Define M_PI to 3.14159265358979323846264338327 on platforms where it is not p...Jamie Bullock
2013-06-02More xtract functions included in simpletest exampleJamie Bullock
2013-03-15Remove erroneous casts to void * in xtract() function callsJamie Bullock
2013-03-14Add explicit casts to malloc() calls for C++ compatibilityJamie Bullock
2013-01-09switched from single to double precision througout. closes #9Jamie Bullock
2013-01-07changed license from GPL to MIT. closes #6Jamie Bullock
2013-01-07added Ooura implementation to repositoryJamie Bullock
2012-09-05Updated simpletest example to include MFCCJamie Bullock
2010-08-23- Max example tweaksJamie Bullock
2010-02-03- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bitJamie Bullock
2007-09-03Back to C99 in CFLAGS, but at least we (should) have the C89 option if anyone...Jamie Bullock
2007-01-29Added namespacing to enumerations and defines. Made most macros private.Jamie Bullock
2006-10-24Minor simpletest fixJamie Bullock
2006-10-20Added simpletest exampleJamie Bullock