annotate TODO @ 119:75e14c9881ee

- Committed patch by Chris Cannam to avoid reading past the end of an array in peak detection routine in xtract_peak_spectrum()
author Jamie Bullock <jamie@postlude.co.uk>
date Tue, 11 Nov 2008 11:55:55 +0000
parents 6c5ece9cba3a
children
rev   line source
jamie@83 1 Add -fPIC in intelligent way to build system for 64-bit builds
jamie@52 2 Add weighted temporal features as per Peeters (xtract_weighted_mean etc) weight given as argv?
jamie@22 3 Improve noise robustness of xtract_f0
jamie@22 4 Fix xtract_hps - it doesn't work!
jamie@19 5 Add Max/MSP external example
jamie@49 6 Check and add return values as appropriate. Make them more sensible!
jamie@19 7 ...do other stuff and eventually...
jamie@22 8 ...optimise!
jamie@98 9 Use the fftw guru interface to create multipurpose global plans from xtract_fft_init()
jamie@104 10 Add LPC via Schur algorithm
jamie@113 11 Write macro to truncate numbers <= 0 prior to taking log and integrate into functions across the library
jamie@115 12 Add functionality to Pd example to convert symbols 'XTRACT_MEAN', 'XTRACT_*' to corresponding integers to ease the construction of argv lists