- Timestamp:
- Apr 22, 2016, 1:50:21 AM (9 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:
- de63017
- Parents:
- 79adbda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/tempo.c
r79adbda re644757 80 80 o->blockpos++; 81 81 aubio_peakpicker_do (o->pp, o->of, o->onset); 82 tempo->data[1] = o->onset->data[0]; 82 // store onset detection function in second sample of vector 83 //tempo->data[1] = o->onset->data[0]; 83 84 thresholded = aubio_peakpicker_get_thresholded_input(o->pp); 84 85 o->dfframe->data[winlen - step + o->blockpos] = thresholded->data[0];
Note: See TracChangeset
for help on using the changeset viewer.