Changeset 3e7c408 for examples/utils.c


Ignore:
Timestamp:
Sep 8, 2007, 3:35:50 PM (17 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
3504fd7f
Parents:
e2337ba
Message:

utils.c, utils.h: remove mfcc, move to aubiomfcc.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    re2337ba r3e7c408  
    6464//parameters
    6565uint_t n_filters=20;
    66 uint_t nyquist= samplerate / 2.;
    6766smpl_t lowfreq=80.f;
    6867smpl_t highfreq=18000.f;
    6968// filterbank object
    70 aubio_mel_filter * mf;
     69aubio_filterbank_t * mf;
    7170
    7271// DCT mfft and result storage
    73 aubio_mfft * fft_dct;
     72aubio_mfft_t * fft_dct;
    7473cvec_t * fftgrain_dct;
    75 smpl_t mfcc_outbuf[11];
     74smpl_t * mfcc_outbuf[11];
    7675
    7776
Note: See TracChangeset for help on using the changeset viewer.