index
:
LibXtract
master
Fork of Jamie Bullock's feature extraction library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
simpletest
Age
Commit message (
Expand
)
Author
2013-06-18
Dynamically allocate storage in simpltest example. Ooura doesn't seem to like...
Jamie Bullock
2013-06-18
Define M_PI to 3.14159265358979323846264338327 on platforms where it is not p...
Jamie Bullock
2013-06-02
More xtract functions included in simpletest example
Jamie Bullock
2013-03-15
Remove erroneous casts to void * in xtract() function calls
Jamie Bullock
2013-03-14
Add explicit casts to malloc() calls for C++ compatibility
Jamie Bullock
2013-01-09
switched from single to double precision througout. closes #9
Jamie Bullock
2013-01-07
changed license from GPL to MIT. closes #6
Jamie Bullock
2013-01-07
added Ooura implementation to repository
Jamie Bullock
2012-09-05
Updated simpletest example to include MFCC
Jamie Bullock
2010-08-23
- Max example tweaks
Jamie Bullock
2010-02-03
- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bit
Jamie Bullock
2007-09-03
Back to C99 in CFLAGS, but at least we (should) have the C89 option if anyone...
Jamie Bullock
2007-01-29
Added namespacing to enumerations and defines. Made most macros private.
Jamie Bullock
2006-10-24
Minor simpletest fix
Jamie Bullock
2006-10-20
Added simpletest example
Jamie Bullock