aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest
AgeCommit message (Expand)Author
2014-11-14Incorporate Makefile link order fixjamiebullock
2014-11-14Add missing compiler flag for simpletestjamiebullock
2014-11-07Add "install" targetJamie Bullock
2014-11-07Add examples to new build systemJamie Bullock
2014-11-06Initial simplified build system based on GNU MakeJamie Bullock
2014-06-06Add new helper function xtract_smoothed(), e.g. can be used to extract smooth...Jamie Bullock
2014-06-05Use AM_CPPFLAGS instead of AM_CFLAGSJamie Bullock
2014-06-05Add test wav fileJamie Bullock
2014-06-05Replace simpletest.c with simpletest.cppJamie Bullock
2014-06-04Add WaveFile class for loading audio files in simpletestJamie Bullock
2014-06-04Replace deprecated INCLUDES directive with AM_CFLAGSJamie Bullock
2014-03-11Add MIDICENT to simpletestJamie Bullock
2014-02-23Use random() instead of arc4random() for portabilityJamie Bullock
2014-02-11Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input...Jamie Bullock
2013-07-16Add noise test source to simpletest. Add xtract_flux() example to simpletestJamie Bullock
2013-06-19Remove extraneous print statementJamie Bullock
2013-06-19Fix memory leak by calling xtract_free_window()Jamie Bullock
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