Changeset c879811


Ignore:
Timestamp:
Nov 17, 2018, 3:15:58 PM (5 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
Children:
1c1dae7
Parents:
21067f9
Message:

[mfcc] add slaney mode takes no params

Location:
src/spectral
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.c

    r21067f9 rc879811  
    190190}
    191191
    192 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf, smpl_t freq_min,
    193     smpl_t freq_max)
     192uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf)
    194193{
    195194  return aubio_filterbank_set_mel_coeffs_slaney (mf->fb, mf->samplerate);
  • src/spectral/mfcc.h

    r21067f9 rc879811  
    166166
    167167*/
    168 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf, smpl_t samplerate);
     168uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf);
    169169
    170170#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.