diff options
Diffstat (limited to 'examples/puredata/xtract~.c')
-rw-r--r-- | examples/puredata/xtract~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c index 54b0bf8..a1fdb76 100644 --- a/examples/puredata/xtract~.c +++ b/examples/puredata/xtract~.c @@ -194,7 +194,7 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) { 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; |