- Timestamp:
- Sep 12, 2007, 7:36:11 PM (17 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:
- e5f6a0b
- Parents:
- 95a64c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r95a64c7 rbc4ba75 148 148 smpl_t aubio_zero_crossing_rate(fvec_t * input); 149 149 smpl_t aubio_spectral_centroid(cvec_t * spectrum, smpl_t samplerate); 150 151 /* filterbank */ 152 153 /* mfcc */ 154 aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs, smpl_t lowfreq, smpl_t highfreq, uint_t channels); 155 void del_aubio_mfcc(aubio_mfcc_t *mf); 156 void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out); 157 150 158 151 159 /* scale */
Note: See TracChangeset
for help on using the changeset viewer.