Ignore:
Timestamp:
Oct 1, 2017, 12:50:15 PM (7 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:
a6b5bf1
Parents:
16c12a1 (diff), faeec7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'intel_ipp_pull' of https://github.com/emuell/aubio into emuell-intel_ipp_pull

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_seek.c

    r16c12a1 r81b3910  
    44int main (int argc, char **argv)
    55{
     6  aubio_init();
     7
    68  uint_t err = 0;
    79  if (argc < 2) {
     
    8991  // check that we got about half the frames, with 3 decimals
    9092  assert ( roundf(1.e3 * old_n_frames_1 / old_n_frames_3) / 1.e3 == 2.);
     93
     94  aubio_cleanup();
     95 
    9196  return err;
    9297}
Note: See TracChangeset for help on using the changeset viewer.