Changeset 9720945 for tests/src/io/test-sink_sndfile-multi.c
- Timestamp:
- Oct 1, 2017, 4:00:07 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_sndfile-multi.c
rb65230a r9720945 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_sndfile\n"); 78 76 #endif /* HAVE_SNDFILE */ 79 80 aubio_cleanup();81 82 77 return err; 83 78 }
Note: See TracChangeset
for help on using the changeset viewer.