- Timestamp:
- Oct 6, 2009, 5:28:19 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:
- 10a5413
- Parents:
- 9facc27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-peakpick.c
r9facc27 rdaa4ca9 8 8 aubio_pickpeak_t * o = new_aubio_peakpicker(0.3); 9 9 10 aubio_peakpick _pimrt(in,o);11 aubio_peakpick _pimrt(in,o);12 aubio_peakpick _pimrt(in,o);13 aubio_peakpick _pimrt(in,o);10 aubio_peakpicker_do(o, in); 11 aubio_peakpicker_do(o, in); 12 aubio_peakpicker_do(o, in); 13 aubio_peakpicker_do(o, in); 14 14 15 15 del_aubio_peakpicker(o);
Note: See TracChangeset
for help on using the changeset viewer.