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
/
src
/
Makefile.am
Age
Commit message (
Expand
)
Author
2014-11-06
Initial simplified build system based on GNU Make
Jamie Bullock
2014-06-04
Add stateful.c and ringbuf.c to build system
Jamie Bullock
2013-05-31
Add wavelet-based pitch tracker
Jamie Bullock
2013-01-09
implemented optimised FFT via the Accelerate framework. closes #5
Jamie Bullock
2013-01-07
added Ooura implementation to repository
Jamie Bullock
2011-03-30
- fixed typos in *result initialisation potentially fixing horrible bug
Jamie Bullock
2007-12-28
- Added new helper functions: xtract_windowed() and xtract_features_from_subf...
Jamie Bullock
2007-10-06
Removed fftw_plan from xtraction functions. Created new init function xtract_...
Jamie Bullock
2007-04-20
Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()
Jamie Bullock
2006-12-22
Added function descriptors
Jamie Bullock
2006-10-20
Minor changes
Jamie Bullock
2006-10-20
Replaced --enable-vector with --enable-fft and improved build
Jamie Bullock
2006-10-20
Added simpletest example
Jamie Bullock
2006-10-02
Initial import
Jamie Bullock