- Timestamp:
- Feb 27, 2017, 1:34:10 AM (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, sampler
- Children:
- 25d58dc
- Parents:
- 2882b3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r2882b3f r48ebc3b 321 321 uint_t aubio_source_sndfile_close (aubio_source_sndfile_t *s) { 322 322 if (!s->handle) { 323 return AUBIO_ FAIL;323 return AUBIO_OK; 324 324 } 325 325 if(sf_close(s->handle)) {
Note: See TracChangeset
for help on using the changeset viewer.