- Timestamp:
- Nov 30, 2004, 11:37:55 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:
- b49daf6
- Parents:
- 09b082d
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchyin.c
r09b082d r33bf500 89 89 90 90 /* all the above in one */ 91 voidaubio_pitchyin_getpitchfast(fvec_t * input, fvec_t * yin){92 uint_t c,j,tau ;93 smpl_t tmp , tmp2;91 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t * yin){ 92 uint_t c,j,tau = 0; 93 smpl_t tmp = 0, tmp2; 94 94 for (c=0;c<input->channels;c++) 95 95 { -
src/pitchyin.h
r09b082d r33bf500 39 39 uint_t aubio_pitchyin_getpitch(fvec_t *yin); 40 40 41 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin); 42 41 43 #ifdef __cplusplus 42 44 }
Note: See TracChangeset
for help on using the changeset viewer.