Changeset 33bf500 for src/pitchyin.c
- 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
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.