Changeset 81b3910 for tests/src/io/test-sink_apple_audio.c
- Timestamp:
- Oct 1, 2017, 12:50:15 PM (7 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
- Children:
- a6b5bf1
- Parents:
- 16c12a1 (diff), faeec7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_apple_audio.c
r16c12a1 r81b3910 8 8 int main (int argc, char **argv) 9 9 { 10 aubio_init(); 11 10 12 sint_t err = 0; 11 13 … … 64 66 PRINT_ERR("aubio was not compiled with aubio_source_apple_audio\n"); 65 67 #endif /* HAVE_SINK_APPLE_AUDIO */ 68 69 aubio_cleanup(); 70 66 71 return err; 67 72 }
Note: See TracChangeset
for help on using the changeset viewer.