Changeset 4afa096d
- Timestamp:
- Mar 16, 2006, 4:56:38 PM (19 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:
- 4dd235f
- Parents:
- e2b1bda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
re2b1bda r4afa096d 205 205 smpl_t aubio_pitchdetection_yin(aubio_pitchdetection_t *p, fvec_t *ibuf); 206 206 207 void aubio_pitchdetection_set_yinthresh(aubio_pitchdetection_t *p, smpl_t thres); 208 207 209 void del_aubio_pitchdetection(aubio_pitchdetection_t * p); 208 210 … … 216 218 217 219 /* pitch mcomb */ 218 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels );220 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels, uint_t samplerate); 219 221 smpl_t aubio_pitchmcomb_detect(aubio_pitchmcomb_t * p, cvec_t * fftgrain); 220 222 uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands); … … 233 235 234 236 /* pitch fcomb */ 235 aubio_pitchfcomb_t * new_aubio_pitchfcomb (uint_t size, uint_t samplerate);237 aubio_pitchfcomb_t * new_aubio_pitchfcomb (uint_t size, uint_t hopsize, uint_t samplerate); 236 238 smpl_t aubio_pitchfcomb_detect (aubio_pitchfcomb_t *p, fvec_t * input); 237 239 void del_aubio_pitchfcomb (aubio_pitchfcomb_t *p);
Note: See TracChangeset
for help on using the changeset viewer.