- Timestamp:
- Jan 26, 2014, 8:35:46 PM (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:
- 491e6ea
- Parents:
- 3cc3fd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r3cc3fd8 rc038740 271 271 if (!s->handle) { 272 272 return AUBIO_FAIL; 273 } 273 274 if(sf_close(s->handle)) { 274 275 AUBIO_ERR("Error closing file %s: %s", s->path, sf_strerror (NULL)); … … 280 281 void del_aubio_source_sndfile(aubio_source_sndfile_t * s){ 281 282 if (!s) return; 282 aubio_source_sndfile_close(s) :283 aubio_source_sndfile_close(s); 283 284 #ifdef HAVE_SAMPLERATE 284 285 if (s->resampler != NULL) {
Note: See TracChangeset
for help on using the changeset viewer.