Changeset 93e3463
- Timestamp:
- Mar 18, 2013, 4:47:13 PM (12 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:
- df53936
- Parents:
- 396103a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_apple_audio.c
r396103a r93e3463 123 123 void del_aubio_sink_apple_audio(aubio_sink_apple_audio_t * s) { 124 124 OSStatus err = noErr; 125 if (!s || !s->audioFile) { return; } 125 if (!s || !s->audioFile) { 126 AUBIO_ERR("failed erasing sink_apple_audio\n"); 127 return; 128 } 126 129 err = ExtAudioFileDispose(s->audioFile); 127 130 if (err) AUBIO_ERROR("error in ExtAudioFileDispose, %d\n", (int)err);
Note: See TracChangeset
for help on using the changeset viewer.