Ignore:
Timestamp:
Oct 1, 2017, 4:00:07 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:
7b183ce
Parents:
b65230a
Message:

tests/: undo changes, removing calls to aubio_init

File:
1 edited

Legend:

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

    rb65230a r9720945  
    44int main (int argc, char **argv)
    55{
    6   aubio_init();
    7 
    86  uint_t err = 0;
    97  if (argc < 2) {
     
    9189  // check that we got about half the frames, with 3 decimals
    9290  assert ( roundf(1.e3 * old_n_frames_1 / old_n_frames_3) / 1.e3 == 2.);
    93 
    94   aubio_cleanup();
    95  
    9691  return err;
    9792}
Note: See TracChangeset for help on using the changeset viewer.