Changeset 856ceb5 for tests/src/io/test-sink_sndfile.c
- Timestamp:
- Mar 3, 2013, 8:30:32 PM (12 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:
- 4e3723d
- Parents:
- bab24a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_sndfile.c
rbab24a0 r856ceb5 1 #define AUBIO_UNSTABLE 1 1 2 #include <aubio.h> 2 3 #include "utils_tests.h" 4 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 3 7 4 8 int main (int argc, char **argv) … … 43 47 del_fvec(vec); 44 48 #else 49 err = 3; 45 50 PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n"); 46 err = 3;47 51 #endif /* HAVE_SNDFILE */ 48 52 return err;
Note: See TracChangeset
for help on using the changeset viewer.