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