- Timestamp:
- Feb 23, 2014, 5:05:25 PM (11 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- c21553d
- Parents:
- 14ac1db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_sndfile-multi.c
r14ac1db rf3bb92c 1 1 #define AUBIO_UNSTABLE 1 2 2 #include <aubio.h> 3 #include "config.h" 3 4 #include "utils_tests.h" 4 5 … … 17 18 } 18 19 19 #ifdef __APPLE__20 #ifdef HAVE_SNDFILE 20 21 uint_t samplerate = 0; 21 22 uint_t channels = 0; … … 74 75 err = 3; 75 76 PRINT_ERR("aubio was not compiled with aubio_sink_sndfile\n"); 76 #endif /* __APPLE__*/77 #endif /* HAVE_SNDFILE */ 77 78 return err; 78 79 }
Note: See TracChangeset
for help on using the changeset viewer.