Changeset 30cbd419 for src/pitchyin.h
- Timestamp:
- Dec 3, 2004, 6:50:04 PM (20 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:
- b16b900
- Parents:
- 02839ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchyin.h
r02839ae r30cbd419 33 33 #endif 34 34 35 void aubio_pitchyin_diff(fvec_t * input, fvec_t * yin );35 void aubio_pitchyin_diff(fvec_t * input, fvec_t * yinbuf); 36 36 37 void aubio_pitchyin_getcum(fvec_t * yin );37 void aubio_pitchyin_getcum(fvec_t * yinbuf); 38 38 39 uint_t aubio_pitchyin_getpitch(fvec_t *yin );39 uint_t aubio_pitchyin_getpitch(fvec_t *yinbuf); 40 40 41 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin );41 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yinbuf); 42 42 43 43 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.