Changeset cb158ab for src/onset/onsetdetection.c
- Timestamp:
- Oct 7, 2009, 10:45:30 PM (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:
- 01b8fcc
- Parents:
- d0dca26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onsetdetection.c
rd0dca26 rcb158ab 309 309 aubio_onsetdetection_t * o = AUBIO_NEW(aubio_onsetdetection_t); 310 310 uint_t rsize = size/2+1; 311 uint_t i;312 311 switch(type) { 313 312 /* for both energy and hfc, only fftgrain->norm is required */
Note: See TracChangeset
for help on using the changeset viewer.