- Timestamp:
- Oct 7, 2009, 8:31:43 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:
- a808d05
- Parents:
- cfa0f12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-peakpick.c
rcfa0f12 r8766cb6 6 6 uint_t channels = 1; /* number of channel */ 7 7 fvec_t * in = new_fvec (win_s, channels); /* input buffer */ 8 aubio_p ickpeak_t * o = new_aubio_peakpicker(0.3);8 aubio_peakpicker_t * o = new_aubio_peakpicker(0.3); 9 9 10 10 aubio_peakpicker_do(o, in);
Note: See TracChangeset
for help on using the changeset viewer.