Changeset 6107f4c


Ignore:
Timestamp:
Oct 16, 2009, 11:04:50 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:
740f06b
Parents:
d4c5de7
Message:

src/spectral/mfcc.h: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    rd4c5de7 r6107f4c  
    4545
    4646*/
    47 aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate,
    48       uint_t n_filters, uint_t n_coeffs);
     47aubio_mfcc_t *new_aubio_mfcc (uint_t win_s,
     48    uint_t n_filters, uint_t n_coeffs, uint_t samplerate);
    4949
    5050/** delete mfcc object
Note: See TracChangeset for help on using the changeset viewer.