Changeset 6716024 for tests/src/io/test-sink_apple_audio.c
- Timestamp:
- Aug 24, 2014, 7:24:08 PM (10 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:
- 22c13ae
- Parents:
- 331249b
- git-author:
- Paul Brossier <piem@piem.org> (03/28/14 04:34:27)
- git-committer:
- Paul Brossier <piem@piem.org> (08/24/14 19:24:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_apple_audio.c
r331249b r6716024 17 17 } 18 18 19 #ifdef __APPLE__19 #ifdef HAVE_SINK_APPLE_AUDIO 20 20 uint_t samplerate = 0; 21 21 uint_t hop_size = 512; … … 60 60 del_fvec(vec); 61 61 beach_fvec: 62 #else 62 #else /* HAVE_SINK_APPLE_AUDIO */ 63 63 err = 3; 64 64 PRINT_ERR("aubio was not compiled with aubio_source_apple_audio\n"); 65 #endif /* __APPLE__*/65 #endif /* HAVE_SINK_APPLE_AUDIO */ 66 66 return err; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.