Ignore:
Timestamp:
Sep 17, 2009, 7:31:54 PM (15 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:
7a84b21
Parents:
14a299e
Message:

mfcc.c: use a coefficient table for DCT computation, remove unused parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    r14a299e rc185ebb  
    3737  \param samplerate
    3838  \param n_coefs: number of desired coefs
    39   \param lowfreq: lowest frequency to use in filterbank
    40   \param highfreq highest frequency to use in filterbank
    41   \param channels number of channels
    4239
    4340*/
    44 aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs, smpl_t lowfreq, smpl_t highfreq, uint_t channels);
     41aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs);
    4542/** delete mfcc object
    4643
Note: See TracChangeset for help on using the changeset viewer.