aboutsummaryrefslogtreecommitdiff
path: root/src/init.c
AgeCommit message (Collapse)Author
2007-10-06Removed fftw_plan from xtraction functions. Created new init function ↵Jamie Bullock
xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
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