aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2007-12-24- Fixes to descriptors.c where no break statement was given for certain ↵Jamie Bullock
cases is switch conditionals - Added LPC and LPCC extraction functions. LPC implements Durbin method as described in Rabiner and Juang and implemented in Dr. Dobbs 1994 edition by Jutta Degener
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-08-20Minor mods and typos corrections that were lurking uncommittedJamie Bullock
2007-03-14Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated ↵Jamie Bullock
ChangeLog and AUTHORS files.
2007-02-15Removed '//' commentsJamie Bullock
2007-01-10Rationalised spectral data format. Added spectral_mean et alJamie Bullock
2006-12-21Added xtract_sharpness() Jamie Bullock
2006-12-12Numerous fixes, see ChangeLogJamie Bullock
2006-10-18Added help string support, minor fixes.Jamie Bullock
2006-10-17Added todosJamie Bullock
2006-10-17Improved xtract_f0Jamie Bullock
2006-10-10Added TODOJamie Bullock