Ignore:
Timestamp:
Mar 11, 2013, 1:15:47 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:
426e6f7
Parents:
8c4560e
Message:

src/pitch: start adding confidence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchyin.h

    r8c4560e r5284e0d  
    8585smpl_t aubio_pitchyin_get_tolerance (aubio_pitchyin_t * o);
    8686
     87/** get current confidence of YIN algorithm
     88
     89  \param o YIN pitch detection object
     90  \return confidence parameter
     91
     92*/
     93smpl_t aubio_pitchyin_get_confidence (aubio_pitchyin_t * o);
     94
    8795#ifdef __cplusplus
    8896}
Note: See TracChangeset for help on using the changeset viewer.