Changeset 25d58dc
- Timestamp:
- Feb 27, 2017, 1:34:45 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:
- 39be048
- Parents:
- 48ebc3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
r48ebc3b r25d58dc 280 280 { 281 281 OSStatus err = noErr; 282 if (!s->audioFile) { return AUBIO_ FAIL; }282 if (!s->audioFile) { return AUBIO_OK; } 283 283 err = ExtAudioFileDispose(s->audioFile); 284 284 s->audioFile = NULL;
Note: See TracChangeset
for help on using the changeset viewer.