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