Changeset 8ba8bbe for src/io/source_sndfile.c
- Timestamp:
- Sep 21, 2016, 3:47:48 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- e2645cb
- Parents:
- 6e8aa74 (diff), fa5d8ad (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
-
src/io/source_sndfile.c
r6e8aa74 r8ba8bbe 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.