- Timestamp:
- Nov 24, 2007, 6:46:30 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:
- 5dd22a9
- Parents:
- d7a104c (diff), c1656cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rd7a104c r7873363 154 154 smpl_t aubio_zero_crossing_rate(fvec_t * input); 155 155 smpl_t aubio_spectral_centroid(cvec_t * spectrum, smpl_t samplerate); 156 157 /* filterbank */ 158 aubio_filterbank_t * new_aubio_filterbank(uint_t win_s, uint_t channels); 159 aubio_filterbank_t * new_aubio_filterbank_mfcc(uint_t n_filters, uint_t win_s, uint_t samplerate, smpl_t freq_min, smpl_t freq_max); 160 void del_aubio_filterbank(aubio_filterbank_t * fb); 161 void aubio_filterbank_do(aubio_filterbank_t * fb, cvec_t * in, fvec_t *out); 162 fvec_t * aubio_filterbank_getchannel(aubio_filterbank_t * fb, uint_t channel); 163 164 /* mfcc */ 165 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); 166 void del_aubio_mfcc(aubio_mfcc_t *mf); 167 void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out); 156 168 157 169 /* scale */
Note: See TracChangeset
for help on using the changeset viewer.