From 2e66bd6092fe93ca7fa953c4af9d0e16bbf69905 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 28 Dec 2007 19:34:51 +0000 Subject: - Added new helper functions: xtract_windowed() and xtract_features_from_subframes() - Added windowing functions (window.c) --- src/libxtract.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index cf0dd1a..c46883e 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -64,13 +64,13 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_hps, xtract_f0, xtract_failsafe_f0, -/* xtract_delta.h */ + /* xtract_delta.h */ xtract_lnorm, xtract_flux, xtract_attack_time, xtract_decay_time, xtract_difference_vector, -/* xtract_vector.h */ + /* xtract_vector.h */ xtract_autocorrelation, xtract_amdf, xtract_asdf, @@ -82,6 +82,8 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_dct, xtract_harmonic_spectrum, xtract_lpc, - xtract_lpcc + xtract_lpcc, + /* xtract_helper.h */ + xtract_windowed }; -- cgit v1.2.3