- Timestamp:
- Dec 5, 2009, 1:36:56 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:
- 7a7b00f
- Parents:
- aea235c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/peakpicker.h
raea235c rf7b05d4 36 36 37 37 /** peak-picker creation function */ 38 aubio_peakpicker_t * new_aubio_peakpicker( );38 aubio_peakpicker_t * new_aubio_peakpicker(void); 39 39 /** real time peak picking function */ 40 40 void aubio_peakpicker_do(aubio_peakpicker_t * p, fvec_t * in, fvec_t * out);
Note: See TracChangeset
for help on using the changeset viewer.