Changeset e34b010 for src/tempo.c


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/tempo.c

    r203c551 re34b010  
    128128}
    129129
     130smpl_t aubio_tempo_get_confidence(aubio_tempo_t *o) {
     131  return aubio_beattracking_get_confidence(o->bt);
     132}
     133
    130134void del_aubio_tempo (aubio_tempo_t *o)
    131135{
Note: See TracChangeset for help on using the changeset viewer.