Changeset 7a6cbbe for src/pitch/pitchdetection.h
- Timestamp:
- Oct 8, 2009, 8:51:06 PM (15 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:
- 05773a2c
- Parents:
- 22d33e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchdetection.h
r22d33e2 r7a6cbbe 59 59 60 60 */ 61 smpl_t aubio_pitchdetection_do (aubio_pitchdetection_t * p, fvec_t * ibuf);61 void aubio_pitchdetection_do (aubio_pitchdetection_t * p, fvec_t * ibuf, fvec_t * obuf); 62 62 63 63 /** change yin or yinfft tolerance threshold … … 66 66 67 67 */ 68 void aubio_pitchdetection_set_ yinthresh(aubio_pitchdetection_t *p, smpl_t thres);68 void aubio_pitchdetection_set_tolerance(aubio_pitchdetection_t *p, smpl_t tol); 69 69 70 70 /** deletion of the pitch detection object
Note: See TracChangeset
for help on using the changeset viewer.