- Timestamp:
- Oct 6, 2009, 5:06:54 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:
- daa4ca9
- Parents:
- 19f1dc9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubionotes.c
r19f1dc9 r9facc27 44 44 onset->data[0][0] *= onset2->data[0][0]; 45 45 } 46 isonset = aubio_peakpick _pimrt(onset,parms);46 isonset = aubio_peakpicker_do(parms, onset); 47 47 48 48 pitch = aubio_pitchdetection(pitchdet,ibuf);
Note: See TracChangeset
for help on using the changeset viewer.