Changeset 3e7c408 for examples/utils.h


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.h

    re2337ba r3e7c408  
    9898extern aubio_pickpeak_t * parms;
    9999
    100 /* mfcc objects */
    101 // params
    102 extern uint_t n_filters;
    103 extern uint_t nyquist;
    104 extern smpl_t lowfreq;
    105 extern smpl_t highfreq;
    106 // filterbank object
    107 extern aubio_mel_filter * mf;
    108 // DCT pvoc and result storage
    109 extern aubio_mfft_t * fft_dct;
    110 extern cvec_t * fftgrain_dct;
    111 extern smpl_t mfcc_outbuf[20];
    112 
    113100/* pitch objects */
    114101extern smpl_t pitch;
Note: See TracChangeset for help on using the changeset viewer.