Re: ExtendedAudioFile problems
Re: ExtendedAudioFile problems
- Subject: Re: ExtendedAudioFile problems
- From: Kevin Avila <email@hidden>
- Date: Sun, 1 Jul 2007 15:32:25 -0700
On Jul 1, 2007, at 2:24 PM, patrick machielse wrote:
This program exits with status 0, but the created file isn't
removed, which is what according to the documentation should happen.
The file is closed and the ExtAudioFile object is disposed, not the
file on disk.
The documentation also stipulates that async file writing using
ExtAudioFileWriteAsync can be primed as follows: "You can call this
with 0 frames and null buffer in a non-time-critical context to
initialize the asynchronous mechanism". However when I try to do so
using this code:
ExtAudioFileWriteAsync(audiofile, 0, NULL);
That is the correct method, insure your 'audiofile' variable is a
valid ExtAudioFile object.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden