- Timestamp:
- Jul 16, 2012, 2:48:42 AM (13 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:
- 87dfc3f
- Parents:
- 776a5d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.c
r776a5d3 re3b5962 45 45 #endif /* HAVE_SNDFILE */ 46 46 #endif /* __APPLE__ */ 47 if (s->source == NULL) { AUBIO_FREE(s); return NULL; } 47 AUBIO_ERROR("failed creating aubio source with %s", uri); 48 AUBIO_FREE(s); 49 return NULL; 48 50 } 49 51
Note: See TracChangeset
for help on using the changeset viewer.