Changeset 41bf913


Ignore:
Timestamp:
Oct 16, 2009, 10:55:55 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:
2828382
Parents:
7778f39
Message:

src/spectral/mfcc.c: move samplerate at the end of params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.c

    r7778f39 r41bf913  
    4545
    4646aubio_mfcc_t *
    47 new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters,
    48     uint_t n_coefs)
     47new_aubio_mfcc (uint_t win_s, uint_t n_filters, uint_t n_coefs,
     48    uint_t samplerate)
    4949{
    5050
Note: See TracChangeset for help on using the changeset viewer.