Ignore:
Timestamp:
Jan 26, 2014, 8:19:31 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
3cc3fd8
Parents:
a9fd272
Message:

src/io/source*: add _close function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.c

    ra9fd272 r422452b  
    258258{
    259259  OSStatus err = noErr;
    260   if (!s || !s->audioFile) { return AUBIO_FAIL; }
     260  if (!s->audioFile) { return AUBIO_FAIL; }
    261261  err = ExtAudioFileDispose(s->audioFile);
    262262  s->audioFile = NULL;
Note: See TracChangeset for help on using the changeset viewer.