diff examples/puredata/xtract~.c @ 54:9762d7e3d129

Fleshed out function descriptors.
author Jamie Bullock <jamie@postlude.co.uk>
date Thu, 11 Jan 2007 16:37:50 +0000
parents 45c585bb7996
children 4ea1a8838b14
line wrap: on
line diff
--- a/examples/puredata/xtract~.c	Wed Jan 10 14:36:43 2007 +0000
+++ b/examples/puredata/xtract~.c	Thu Jan 11 16:37:50 2007 +0000
@@ -194,7 +194,7 @@
     if(x->feature == AUTOCORRELATION || x->feature == AUTOCORRELATION_FFT ||
     x->feature == MFCC || x->feature == AMDF || x->feature == ASDF|| 
     x->feature == DCT || x->feature == BARK_COEFFICIENTS || 
-    x->feature == MAGNITUDE_SPECTRUM || x->feature == PEAK_SPECTRUM || 
+    x->feature == SPECTRUM || x->feature == PEAK_SPECTRUM || 
     x->feature == HARMONIC_SPECTRUM) 
         x->feature_type = VECTOR;