Changeset 988345f for tests


Ignore:
Timestamp:
Nov 13, 2013, 1:27:57 PM (10 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:
0c11dfa
Parents:
a4c1e86
Message:

tests/src/tempo/test-beattracking.c: print bpm

File:
1 edited

Legend:

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

    ra4c1e86 r988345f  
    22
    33#include <aubio.h>
     4#include <stdio.h>
    45
    56int main ()
     
    2526    // get bpm and confidence
    2627    bpm = aubio_beattracking_get_bpm(tempo);
     28    fprintf(stderr, "found bpm %f\n", bpm);
    2729    confidence = aubio_beattracking_get_confidence(tempo);
    2830    i++;
Note: See TracChangeset for help on using the changeset viewer.