Changeset 9a226ef
- Timestamp:
- Feb 10, 2013, 9:13:24 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:
- 8ff4e4b
- Parents:
- 98874a6
- Location:
- src/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_apple_audio.c
r98874a6 r9a226ef 78 78 overwrite ? kAudioFileFlags_EraseFile : 0, &s->audioFile); 79 79 if (err) { 80 AUBIO_ERR("error when trying to access %s, in ExtAudioFileOpenURL, %d\n", s->path, (int)err);80 AUBIO_ERR("error when trying to create %s, in ExtAudioFileCreateWithURL, %d\n", s->path, (int)err); 81 81 goto beach; 82 82 } -
src/io/source.c
r98874a6 r9a226ef 45 45 #endif /* HAVE_SNDFILE */ 46 46 #endif /* __APPLE__ */ 47 AUBIO_ERROR("failed creating aubio source with %s ", uri);47 AUBIO_ERROR("failed creating aubio source with %s\n", uri); 48 48 AUBIO_FREE(s); 49 49 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.