Changeset e5f6a0b for swig/aubio.i
- Timestamp:
- Sep 16, 2007, 6:06:07 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:
- 177f09a
- Parents:
- 45134c5 (diff), bc4ba75 (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
r45134c5 re5f6a0b 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.