- Timestamp:
- Mar 21, 2006, 11:59:17 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:
- 4798fdf
- Parents:
- 4994ebb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r4994ebb r650e39b 191 191 aubio_pitch_mcomb, 192 192 aubio_pitch_schmitt, 193 aubio_pitch_fcomb 193 aubio_pitch_fcomb, 194 aubio_pitch_yinfft 194 195 } aubio_pitchdetection_type; 195 196 … … 218 219 219 220 /* pitch mcomb */ 220 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels, uint_t samplerate);221 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t bufsize, uint_t hopsize, uint_t channels, uint_t samplerate); 221 222 smpl_t aubio_pitchmcomb_detect(aubio_pitchmcomb_t * p, cvec_t * fftgrain); 222 223 uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands); … … 227 228 void aubio_pitchyin_getcum(fvec_t *yin); 228 229 uint_t aubio_pitchyin_getpitch(fvec_t *yin); 229 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol);230 smpl_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol); 230 231 231 232 /* pitch schmitt */
Note: See TracChangeset
for help on using the changeset viewer.