- Timestamp:
- Oct 2, 2009, 1:19:10 AM (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:
- 38e9732
- Parents:
- 2f64b0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/peakpick.c
r2f64b0e r5c4ec3c 161 161 t->win_pre = 1; 162 162 163 t->thresholdfn = (aubio_thresholdfn_t)( vec_median); /* (fvec_mean); */164 t->pickerfn = (aubio_pickerfn_t)( vec_peakpick);163 t->thresholdfn = (aubio_thresholdfn_t)(fvec_median); /* (fvec_mean); */ 164 t->pickerfn = (aubio_pickerfn_t)(fvec_peakpick); 165 165 166 166 t->scratch = new_fvec(t->win_post+t->win_pre+1,1);
Note: See TracChangeset
for help on using the changeset viewer.