Changeset e34b010 for src/beattracking.h


Ignore:
Timestamp:
Oct 5, 2007, 5:10:56 PM (17 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:
647a2d8, 6bec1ed
Parents:
203c551
Message:

beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/beattracking.h

    r203c551 re34b010  
    6969*/
    7070smpl_t aubio_beattracking_get_bpm(aubio_beattracking_t * bt);
     71/** get current tempo confidence
     72
     73  \param bt beat tracking object
     74
     75  Returns the confidence with which the tempo has been observed, 0 if no
     76  consistent value is found.
     77
     78*/
     79smpl_t aubio_beattracking_get_confidence(aubio_beattracking_t * bt);
    7180/** delete beat tracking object
    7281
Note: See TracChangeset for help on using the changeset viewer.