Changeset c9cebe1


Ignore:
Timestamp:
Oct 15, 2009, 3:12:19 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:
fe9c314
Parents:
d9b5009
Message:

src/spectral: cosmetic changes

Location:
src/spectral
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    rd9b5009 rc9cebe1  
    4141  \param win_s size of analysis buffer (and length the FFT transform)
    4242  \param samplerate audio sampling rate
    43   \param n_coefs number of desired coefficients
     43  \param n_coeffs number of desired coefficients
    4444  \param n_filters number of desired filters
    4545
    4646*/
    4747aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate,
    48       uint_t n_filters, uint_t n_coefs);
     48      uint_t n_filters, uint_t n_coeffs);
    4949
    5050/** delete mfcc object
  • src/spectral/tss.h

    rd9b5009 rc9cebe1  
    5353*/
    5454aubio_tss_t * new_aubio_tss(smpl_t thrs, smpl_t alfa, smpl_t beta,
    55     uint_t size, uint_t overlap,uint_t channels);
     55    uint_t win_s, uint_t hop_s, uint_t channels);
    5656/** delete tss object
    5757
Note: See TracChangeset for help on using the changeset viewer.