aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-12-11 17:57:27 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-12-11 17:57:27 +0000
commitbff72881ced8120c84c3d70e1ffeaa6af5f741d0 (patch)
tree7d0bd26e46241a80a6280126386025800fcb14df /ChangeLog
parent60b05d46c3450750d2df237bf3ee5825909ea895 (diff)
downloadLibXtract-bff72881ced8120c84c3d70e1ffeaa6af5f741d0.tar.gz
LibXtract-bff72881ced8120c84c3d70e1ffeaa6af5f741d0.tar.bz2
LibXtract-bff72881ced8120c84c3d70e1ffeaa6af5f741d0.zip
Changes to xtract_inharmonicity - made parameters consistent with other
xtractors that use peak spectrum. Fixed memory alloc bug in pd example.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1a9d18..62c2815 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2006-11-10 Jamie Bullock <jamie@postlude.co.uk>
+2006-12-11 Jamie Bullock <jamie@postlude.co.uk>
+ * version 0.3.2
+ * changed xtract_inharmonicity so that it takes frequencies AND
+ amplitudes of peaks from *data rather than via *argv. This is
+ consistent with xtract_centroid and others, and it means the data can
+ come directly from xtract_peaks
+ * Improvements to pd example (fixed memory allocation bugs)
+2006-12-10 Jamie Bullock <jamie@postlude.co.uk>
* version 0.3.1
* Fixed xtract_init_mfcc (array entries zeroed out if not set)
2006-11-10 Jamie Bullock <jamie@postlude.co.uk>