- Timestamp:
- Oct 15, 2009, 3:12:19 PM (15 years ago)
- 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
- Location:
- src/spectral
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.h
rd9b5009 rc9cebe1 41 41 \param win_s size of analysis buffer (and length the FFT transform) 42 42 \param samplerate audio sampling rate 43 \param n_coef s number of desired coefficients43 \param n_coeffs number of desired coefficients 44 44 \param n_filters number of desired filters 45 45 46 46 */ 47 47 aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate, 48 uint_t n_filters, uint_t n_coef s);48 uint_t n_filters, uint_t n_coeffs); 49 49 50 50 /** delete mfcc object -
src/spectral/tss.h
rd9b5009 rc9cebe1 53 53 */ 54 54 aubio_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); 56 56 /** delete tss object 57 57
Note: See TracChangeset
for help on using the changeset viewer.