diff options
author | Dan Stowell <danstowell@gmail.com> | 2007-10-09 13:47:58 +0000 |
---|---|---|
committer | Dan Stowell <danstowell@gmail.com> | 2007-10-09 13:47:58 +0000 |
commit | 82c1a63f989c54ce9b57e184f8da31d1d013d119 (patch) | |
tree | 8a3d2d6aef8bb125c04a56797ded81fcc54e3d9f /ChangeLog | |
parent | 323fc04cb707d2a4b16e617279f2b82d86a9a2df (diff) | |
download | LibXtract-82c1a63f989c54ce9b57e184f8da31d1d013d119.tar.gz LibXtract-82c1a63f989c54ce9b57e184f8da31d1d013d119.tar.bz2 LibXtract-82c1a63f989c54ce9b57e184f8da31d1d013d119.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <jamie@postlude.co.uk> * version 0.5.0 * Removed fftw_plan creation from inner loop of functions that use fft |