Changeset 4722e63 for tests/src/io/test-source_apple_audio_file.c
- Timestamp:
- Jul 14, 2012, 12:15:00 AM (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:
- afbd7e7
- Parents:
- 301b807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_apple_audio_file.c
r301b807 r4722e63 6 6 7 7 int main(){ 8 #ifdef __APPLE__ 8 9 uint_t samplerate = 32000; 9 10 uint_t hop_size = 1024; … … 20 21 21 22 del_aubio_source_apple_audio(s); 22 23 #else 24 fprintf(stderr, "was not compiled with aubio_source_apple_audio"); 25 #endif /* __APPLE__ */ 23 26 return 0; 24 27 }
Note: See TracChangeset
for help on using the changeset viewer.