- Timestamp:
- Dec 6, 2013, 3:24:57 AM (11 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:
- d67a08e
- Parents:
- 294aff6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_sndfile.c
r294aff6 r52b5f34 71 71 /* show libsndfile err msg */ 72 72 AUBIO_ERR("Failed opening %s. %s\n", s->path, sf_strerror (NULL)); 73 AUBIO_FREE(s); 73 74 return NULL; 74 75 } … … 79 80 AUBIO_ERR("%d x %d exceeds maximum aubio_sink_sndfile buffer size %d\n", 80 81 s->max_size, s->channels, MAX_CHANNELS * MAX_CHANNELS); 82 AUBIO_FREE(s); 81 83 return NULL; 82 84 }
Note: See TracChangeset
for help on using the changeset viewer.