Changeset 426e6f7 for src


Ignore:
Timestamp:
Mar 11, 2013, 1:22:38 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:
b130600
Parents:
5284e0d
Message:

src/pitch: start adding confidence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch.h

    r5284e0d r426e6f7  
    8383uint_t aubio_pitch_set_unit (aubio_pitch_t * o, char_t * mode);
    8484
     85/** get the current confidence
     86
     87  \param o pitch detection object as returned by new_aubio_pitch()
     88  \return the current confidence of the pitch algorithm
     89
     90The confidence
     91
     92*/
     93smpl_t aubio_pitch_get_confidence (aubio_pitch_t * o);
     94
    8595#ifdef __cplusplus
    8696}
Note: See TracChangeset for help on using the changeset viewer.