From 82c1a63f989c54ce9b57e184f8da31d1d013d119 Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Tue, 9 Oct 2007 13:47:58 +0000 Subject: Fixed bug in xtract_init_mfcc() - iteration to decide filter peak positions only filled in freq_bands+1 values, when it should fill in freq_bands+2 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9bb0af..ab99681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-09 Dan Stowell + * version 0.5.1 + * Fixed bug in xtract_init_mfcc() which accidentally missed filling in the very top filter frequency value + 2007-10-06 Jamie Bullock * version 0.5.0 * Removed fftw_plan creation from inner loop of functions that use fft -- cgit v1.2.3