From 6abcb447777c3ab48bdbe720fc3d84d3e8841317 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 24 Dec 2007 13:21:13 +0000 Subject: - Fixes to descriptors.c where no break statement was given for certain cases is switch conditionals - Added LPC and LPCC extraction functions. LPC implements Durbin method as described in Rabiner and Juang and implemented in Dr. Dobbs 1994 edition by Jutta Degener --- src/libxtract.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index ce946a7..a3ed984 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -79,6 +79,8 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_autocorrelation_fft, xtract_mfcc, xtract_dct, - xtract_harmonic_spectrum + xtract_harmonic_spectrum, + xtract_lpc, + xtract_lpcc }; -- cgit v1.2.3