Changeset be83390


Ignore:
Timestamp:
Nov 24, 2018, 6:29:55 PM (5 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
Children:
075bc57
Parents:
b5a0479
Message:

[tests] run tempo until first analysis is done

File:
1 edited

Legend:

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

    rb5a0479 rbe83390  
    116116  out = new_fvec(1);
    117117
    118   for (i = 0; i < 4; i++)
     118  // up to step = (next_power_of_two(5.8 * samplerate / hop_size ) / 4 )
     119  for (i = 0; i < 256 + 1; i++)
    119120  {
    120121    aubio_tempo_do(t,in,out);
Note: See TracChangeset for help on using the changeset viewer.