- Timestamp:
- Feb 23, 2014, 5:06:15 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:
- 4ed4b1f
- Parents:
- f3bb92c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_wavwrite-multi.c
rf3bb92c rc21553d 17 17 } 18 18 19 #ifdef __APPLE__19 #ifdef HAVE_WAVWRITE 20 20 uint_t samplerate = 0; 21 21 uint_t channels = 0; … … 74 74 err = 3; 75 75 PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n"); 76 #endif /* __APPLE__*/76 #endif /* HAVE_WAVWRITE */ 77 77 return err; 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.