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
/
init.c
Age
Commit message (
Expand
)
Author
2014-11-11
Define USE_OOURA if not on "Darwin"
Jamie Bullock
2014-11-07
Remove unmaintainable relative paths
Jamie Bullock
2014-03-27
add VC2012 project to compile static and dynamic lib, also fix some C
Q
2014-03-07
Return XTRACT_ARGUMENT_ERROR if we try to initialise an mel filter bank with ...
Jamie Bullock
2014-03-07
Fix potential memory leak
Jamie Bullock
2013-06-19
Initialise ooura struct with right amount of memory for ooura FFT. Fixes #11
Jamie Bullock
2013-06-19
Print which FFT implementation is being used at startup
Jamie Bullock
2013-06-02
Pass block size to xtract_init_vdsp_data() instead of block size / 2. Fixes b...
Jamie Bullock
2013-05-31
Remove obsolete reference to xtract_scalar_private.h
Jamie Bullock
2013-05-31
Add wavelet-based pitch tracker
Jamie Bullock
2013-04-24
Provide relative include path for libxtract.h for compatibility with non-auto...
Jamie Bullock
2013-01-09
implemented optimised FFT via the Accelerate framework. closes #5
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
2008-09-12
- Committing ancient change left on HD. Relates to FFTW fft type
Jamie Bullock
2008-03-26
- Fixed build fail if --enable-fft not specified
Jamie Bullock
2008-02-15
- Fixed bugs in xtract_flatness(), or at least added necessary
Jamie Bullock
2008-01-01
- Improvements to SWIG bindings generation script
Jamie Bullock
2007-12-28
- Added new helper functions: xtract_windowed() and xtract_features_from_subf...
Jamie Bullock
2007-10-16
Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I thin...
Jamie Bullock
2007-10-09
Fixed bug in xtract_init_mfcc() - iteration to decide filter peak positions o...
Dan Stowell
2007-10-06
Removed fftw_plan from xtraction functions. Created new init function xtract_...
Jamie Bullock
2007-10-03
Minor modifications to MFCC init, mainly just code formatting
Dan Stowell
2007-02-12
Various minor fixes
Jamie Bullock
2007-01-29
Added namespacing to enumerations and defines. Made most macros private.
Jamie Bullock
2006-12-15
Numerous fixes and enhancements, see ChangeLog.
Jamie Bullock
2006-12-11
Fixed xtract_init_mfcc
Jamie Bullock
2006-12-09
Implemented xtract_harmonics
Jamie Bullock
2006-10-18
Added help string support, minor fixes.
Jamie Bullock
2006-10-02
Initial import
Jamie Bullock