From 18fc7723fd66941f394c1657c48bb996670d4ac5 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 15 Dec 2006 21:17:12 +0000 Subject: Numerous fixes and enhancements, see ChangeLog. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 487a667..23c57cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-12-15 Jamie Bullock + * version 0.3.4 + * Changed xtract_lowest_match(), to xtract_lowest(). It just returns the + lowest non-zero component in the input array, between two bounds + * qualified int *data, int N, and void *argv as const, thus insuring + that they won't be modified by the called function. + * added facilities for some functions to operate on copies of input + data instead of modifying it. This will need to be optimised at some + point maybe. + * Added arguments to spectral flatness to allow for control over input + band and pre-scaling + * Fixed confusing xtract_init_mfcc() parameter order + * Added new xtractor xtract_failsafe_f0 + 2006-12-12 Jamie Bullock * version 0.3.3 * Fixed errors in skewnes, kurtosis, irregularity_k, irregularity_j, -- cgit v1.2.3