diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-11 17:57:27 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-11 17:57:27 +0000 |
commit | bff72881ced8120c84c3d70e1ffeaa6af5f741d0 (patch) | |
tree | 7d0bd26e46241a80a6280126386025800fcb14df /ChangeLog | |
parent | 60b05d46c3450750d2df237bf3ee5825909ea895 (diff) | |
download | LibXtract-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |