- Timestamp:
- Dec 5, 2009, 2:16:22 AM (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:
- ccca7cb
- Parents:
- f658288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-peakpick.c
rf658288 r2a109e4 8 8 fvec_t * in = new_fvec (win_s); /* input buffer */ 9 9 fvec_t * out = new_fvec (1); /* input buffer */ 10 aubio_peakpicker_t * o = new_aubio_peakpicker( 1);10 aubio_peakpicker_t * o = new_aubio_peakpicker(); 11 11 aubio_peakpicker_set_threshold (o, 0.3); 12 12
Note: See TracChangeset
for help on using the changeset viewer.