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_apple_audio.c

    rb65230a r9720945  
    88int main (int argc, char **argv)
    99{
    10   aubio_init();
    11 
    1210  uint_t err = 0;
    1311  if (argc < 2) {
     
    6260  PRINT_ERR("aubio was not compiled with aubio_source_apple_audio\n");
    6361#endif /* HAVE_SOURCE_APPLE_AUDIO */
    64 
    65   aubio_cleanup();
    66  
    6762  return err;
    6863}
Note: See TracChangeset for help on using the changeset viewer.