AUTHORS: use standard list of name/email
[aubio.git] / src / spectral /
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: add documentation about spectr...
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: improve documentation
2009-11-04 Paul Brossiersrc/spectral/: added statistics.c, containing some...
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: kill useless blank line
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: improve documentation
2009-11-03 Paul Brossiersrc/spectral/specdesc.{c,h}: rename aubio_onsetdetectio...
2009-10-26 Paul Brossiersrc: update all headers to GPLv3
2009-10-19 Paul Brossiersrc/spectral/filter.c, src/temporal/filterbank_mel...
2009-10-17 Paul Brossiersrc/mathutils.c: use a string for window type, making...
2009-10-16 Paul Brossiersrc/spectral/mfcc.h: indent
2009-10-16 Paul Brossiersrc/spectral/mfcc.c: move samplerate at the end of...
2009-10-16 Paul Brossiersrc/spectral/tss.c: simplify new_ method, add setters...
2009-10-15 Paul Brossiersrc/spectral: cosmetic changes
2009-10-11 Paul Brossiersrc/spectral/mfcc.c: also loop over channels
2009-10-11 Paul Brossiersrc/spectral/fft.c: fix imag boundaries, including...
2009-10-11 Paul Brossiersrc/spectral/fft.c: make sure we set allocated vectors...
2009-10-11 Paul Brossiersrc/spectral/fft.c: 0 and N/2 + 1 phase must carry...
2009-10-11 Paul Brossiersrc/spectral/fft.c: do not zero phase for no good reaso...
2009-10-08 Paul Brossiersrc/spectral/filterbank.c: make sure we don't read...
2009-10-07 Paul Brossiersrc/spectral/filterbank_mel.{c,h}: rename _set_mel_coef...
2009-10-07 Paul Brossiersrc/spectral/mfcc.c: add missing include
2009-10-07 Paul Brossiersrc/spectral/filterbank.{c,h}: add function to set...
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossiersrc/spectral/fft.{c,h}: move fftw3.h include inside...
2009-10-01 Paul Brossiersrc/spectral/filterbank.{c,h}: aubio_filterbank_t_...
2009-09-28 Paul Brossiersrc/spectral/spectral_centroid.h: protect with #ifndef...
2009-09-28 Paul Brossiersrc/spectral/: remove include from filterbank_mel.h...
2009-09-28 Paul Brossiersrc/spectral/filterbank.c: move log10 to mfcc.c
2009-09-28 Paul Brossiersrc/spectral/fft.c: add a warning if using fftw3 with...
2009-09-25 Paul Brossiersrc/spectral/fft.h: improve fftw types comments
2009-09-25 Paul Brossiersrc/spectral/ update license headers
2009-09-25 Paul Brossiersrc/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SI...
2009-09-25 Paul Brossiersrc/spectral/mfcc.{c,h}: add documentation
2009-09-25 Paul Brossiersrc/spectral/phasevoc.c: window only once, remove unuse...
2009-09-25 Paul Brossiersrc/mathutils.{c,h}: change prototype from aubio_window...
2009-09-24 Paul Brossiersrc/spectral/phasevoc.c: do no reset hop size, just...
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-23 Paul Brossiersrc/spectral/filterbank*.c: reduce filterbank size...
2009-09-21 Paul Brossiersrc/spectral/fft.c: fix horrible bug where norm[0]...
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: zero output before computing it
2009-09-17 Paul Brossiersrc/spectral/mfcc.h: remove obsolete reference to libxt...
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: indent, update to GPLv3
2009-09-17 Paul Brossiermfcc.c: use a coefficient table for DCT computation...
2009-09-17 Paul Brossierfilterbank.c: use base 10 logarithm
2009-09-17 Paul Brossiersrc/spectral/fft.c: use native fftw types, add warning...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: remove unused variable
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: move Slaney's specific...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: shorten counter variable...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: correct computation...
2009-09-16 Paul Brossiersrc/spectral/filterbank_mel.{c,h}: indent
2009-09-16 Paul Brossiersrc/spectral/filterbank.{c,h}: indent
2009-09-16 Paul Brossiersrc/spectral/filterbank.c: refactorise filter bank...
2007-12-03 Paul Brossiermerge from main branch
2007-12-01 Paul Brossierfft.c: if real part is zero, have phase = 0
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossierremove src/sample.h
2007-11-24 Paul Brossiermoved spectral_centroid to new file
2007-11-24 Paul Brossiersrc/: more moving and splitting