- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_wavwrite-multi.c
r986131d r2f02d51 3 3 #include "utils_tests.h" 4 4 5 // this file uses the unstable aubio api , please use aubio_sink instead6 // see src/io/sink.h and tests/src/sink/test-sink.c5 // 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 7 7 8 8 int main (int argc, char **argv) 9 9 { 10 aubio_init();11 12 10 sint_t err = 0; 13 11 … … 77 75 PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n"); 78 76 #endif /* HAVE_WAVWRITE */ 79 80 aubio_cleanup();81 82 77 return err; 83 78 }
Note: See TracChangeset
for help on using the changeset viewer.