Changeset 69b11d8 for src/onset


Ignore:
Timestamp:
Mar 3, 2013, 4:44:18 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/*/*.h: add link to examples, remove trailing spaces, improve documentation

Location:
src/onset
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    rf72364d r69b11d8  
    2121/** \file
    2222 
    23   Onset detection driver
     23  Onset detection object
    2424
    2525  The following routines compute the onset detection function and detect peaks
    2626  in these functions. When onsets are found above a given silence threshold,
    2727  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`.
    2930
    3031  The peak-picking threshold, the silence threshold, and the minimum
    3132  inter-onset interval can be adjusted during the execution of the
    3233  aubio_onset_do routine using the corresponding functions.
     34
     35  \example onset/test-onset.c
    3336
    3437*/
  • src/onset/peakpicker.h

    rf72364d r69b11d8  
    2222 
    2323  Peak picking utilities function
     24
     25  \example onset/test-peakpicker.c
    2426 
    2527*/
Note: See TracChangeset for help on using the changeset viewer.