Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/tests/test-beattracking.c

    r6fadb0d r4e9101e  
    1313        uint_t i = 0;
    1414
    15         smpl_t curtempo;
    16 
    1715        while (i < 10) {
    1816          aubio_beattracking_do(tempo,in,out);
    19           curtempo = aubio_beattracking_get_bpm(tempo);
    20           if (curtempo != 0.) {
    21             fprintf(stdout,"%f\n",curtempo);
    22             return 1;
    23           }
    2417          i++;
    2518        };
Note: See TracChangeset for help on using the changeset viewer.