- Timestamp:
- Oct 7, 2009, 10:58:25 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:
- 0ce97483
- Parents:
- cb158ab
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubionotes.c
rcb158ab r01b8fcc 39 39 /* block loop */ 40 40 aubio_pvoc_do (pv,ibuf, fftgrain); 41 aubio_onsetdetection (o,fftgrain, onset);41 aubio_onsetdetection_do(o,fftgrain, onset); 42 42 if (usedoubled) { 43 aubio_onsetdetection (o2,fftgrain, onset2);43 aubio_onsetdetection_do(o2,fftgrain, onset2); 44 44 onset->data[0][0] *= onset2->data[0][0]; 45 45 } -
examples/aubioonset.c
rcb158ab r01b8fcc 39 39 /* block loop */ 40 40 aubio_pvoc_do (pv,ibuf, fftgrain); 41 aubio_onsetdetection (o,fftgrain, onset);41 aubio_onsetdetection_do (o,fftgrain, onset); 42 42 if (usedoubled) { 43 aubio_onsetdetection (o2,fftgrain, onset2);43 aubio_onsetdetection_do (o2,fftgrain, onset2); 44 44 onset->data[0][0] *= onset2->data[0][0]; 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.