Changeset d7a104c


Ignore:
Timestamp:
Nov 24, 2007, 6:13:59 PM (16 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:
7873363
Parents:
9638f84
Message:

test-tempo.c: use aubio_tempo_get_confidence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-tempo.c

    r9638f84 rd7a104c  
    1919            return 1;
    2020          }
    21           curtempoconf = aubio_beattracking_get_confidence(o);
     21          curtempoconf = aubio_tempo_get_confidence(o);
    2222          if (curtempoconf != 0.) {
    2323            fprintf(stdout,"%f\n",curtempo);
Note: See TracChangeset for help on using the changeset viewer.