log

age author description
Tue, 20 Mar 2007 07:35:30 +0000 Jamie Bullock Removed spurious mallocs and frees in xtract_mfcc and xtract_dct
Mon, 19 Mar 2007 18:58:21 +0000 Jamie Bullock Further updated xtract_spectrum() to hopefully fix fft iteration bug and nyquist/DC inclusion. Added new boolean argument 'withDC' to select whether the DC component is required in the output
Mon, 19 Mar 2007 15:06:55 +0000 Dan Stowell xtract_mfcc(): Slightly different way of limiting to XTRACT_LOG_LIMIT. It's the same in theory, but saves on one assignment operation. But the real reason I did it was because my compiler (gcc 4.0.1, Apple intel edition) was getting it wrong (presumably during some optimisation). It does save on the assignment though.
Mon, 19 Mar 2007 14:41:56 +0000 Dan Stowell xtract_mfcc failed to initialise its result values to zero - now fixed.
Wed, 14 Mar 2007 17:20:14 +0000 Jamie Bullock Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated ChangeLog and AUTHORS files.
Tue, 13 Mar 2007 10:14:32 +0000 Dan Stowell Fixed incorrect symbols in FFTless placeholder functions, and made them return a value.
Mon, 12 Mar 2007 19:13:48 +0000 Jamie Bullock Incremented fix version
Mon, 12 Mar 2007 19:13:02 +0000 Jamie Bullock Modified autogen.sh so that it copies needed files rather than creating symlinks
Mon, 12 Mar 2007 19:01:10 +0000 Jamie Bullock Removed -Werror from CFLAGS to make the PD example compile on OS X
Mon, 12 Mar 2007 18:20:43 +0000 Jamie Bullock Improvements an fixes to PD example and help files
Thu, 15 Feb 2007 10:48:41 +0000 Jamie Bullock Removed '//' comments
Thu, 15 Feb 2007 10:44:28 +0000 Jamie Bullock Minor fixes to descriptors.c (Thanks to Chris Cannam)
Mon, 12 Feb 2007 17:11:31 +0000 Jamie Bullock Various minor fixes
Mon, 29 Jan 2007 15:11:59 +0000 Jamie Bullock Version 0.4.0. Updated ChangeLog
Mon, 29 Jan 2007 12:34:50 +0000 Jamie Bullock Added xtract_macros_private.h