- Timestamp:
- Mar 3, 2013, 4:44:18 AM (12 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:
- b173ca1
- Parents:
- f72364d
- Location:
- src/onset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.h
rf72364d r69b11d8 21 21 /** \file 22 22 23 Onset detection driver23 Onset detection object 24 24 25 25 The following routines compute the onset detection function and detect peaks 26 26 in these functions. When onsets are found above a given silence threshold, 27 27 and after a minimum inter-onset interval, the output vector returned by 28 aubio_onset_do is filled with 1. Otherwise, the output vector remains 0. 28 ::aubio_onset_do is filled with `1`. Otherwise, the output vector remains 29 `0`. 29 30 30 31 The peak-picking threshold, the silence threshold, and the minimum 31 32 inter-onset interval can be adjusted during the execution of the 32 33 aubio_onset_do routine using the corresponding functions. 34 35 \example onset/test-onset.c 33 36 34 37 */ -
src/onset/peakpicker.h
rf72364d r69b11d8 22 22 23 23 Peak picking utilities function 24 25 \example onset/test-peakpicker.c 24 26 25 27 */
Note: See TracChangeset
for help on using the changeset viewer.