Ignore:
Timestamp:
Nov 17, 2018, 2:55:09 PM (6 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:
10fafc2
Parents:
c853c1d
Message:

[mfcc] add set_mel_coeffs and power

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    rc853c1d r517630f  
    7474void aubio_mfcc_do (aubio_mfcc_t * mf, const cvec_t * in, fvec_t * out);
    7575
     76uint_t aubio_mfcc_set_power (aubio_mfcc_t *mf, smpl_t power);
     77uint_t aubio_mfcc_get_power (aubio_mfcc_t *mf);
     78
     79uint_t aubio_mfcc_set_mel_coeffs (aubio_mfcc_t *mf, smpl_t freq_min,
     80    smpl_t freq_max);
     81uint_t aubio_mfcc_set_mel_coeffs_htk (aubio_mfcc_t *mf, smpl_t freq_min,
     82    smpl_t freq_max);
     83uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf);
     84
    7685#ifdef __cplusplus
    7786}
Note: See TracChangeset for help on using the changeset viewer.