- Timestamp:
- Sep 21, 2016, 2:07:04 PM (8 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:
- e087a50
- Parents:
- 980a4f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r980a4f4 r17d0f0e 99 99 if (s->handle == NULL) { 100 100 /* show libsndfile err msg */ 101 AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL)); 101 AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path, 102 sf_strerror (NULL)); 102 103 goto beach; 103 104 }
Note: See TracChangeset
for help on using the changeset viewer.