Changeset 0cf2b44 for src/pitch/pitch.h


Ignore:
Timestamp:
Sep 28, 2016, 2:23:16 AM (8 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:
6388c37
Parents:
1b57274
Message:

src/pitch/pitch.h: add aubio_pitch_get_tolerance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch.h

    r1b57274 r0cf2b44  
    118118uint_t aubio_pitch_set_tolerance (aubio_pitch_t * o, smpl_t tol);
    119119
     120/** get yin or yinfft tolerance threshold
     121
     122  \param o pitch detection object as returned by new_aubio_pitch()
     123  \return tolerance (default is 0.15 for yin and 0.85 for yinfft)
     124
     125*/
     126smpl_t aubio_pitch_get_tolerance (aubio_pitch_t * o);
     127
    120128/** deletion of the pitch detection object
    121129
Note: See TracChangeset for help on using the changeset viewer.