Ignore:
File:
1 edited

Legend:

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

    r986131d r2f02d51  
    33#include "utils_tests.h"
    44
    5 // this file uses the unstable aubio api, please use aubio_sink instead
    6 // see src/io/sink.h and tests/src/sink/test-sink.c
     5// this file uses the unstable aubio api to test aubio_sink_wavwrite, please
     6// use aubio_sink instead see src/io/sink.h and tests/src/sink/test-sink.c
    77
    88int main (int argc, char **argv)
    99{
    10   aubio_init();
    11 
    1210  sint_t err = 0;
    1311
     
    7775  PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n");
    7876#endif /* HAVE_WAVWRITE */
    79 
    80   aubio_cleanup();
    81  
    8277  return err;
    8378}
Note: See TracChangeset for help on using the changeset viewer.