Re: ExtAudioFileSeek resulting in undocumented error code
Re: ExtAudioFileSeek resulting in undocumented error code
- Subject: Re: ExtAudioFileSeek resulting in undocumented error code
- From: "Zhiye (Sterling) Li" <email@hidden>
- Date: Thu, 20 Aug 2009 16:34:51 -0500
I had the same problem before. Try set the kExtAudioFileProperty_ClientDataFormat property before the ExtAudioFileSeek line.
ExtAudioFileSetProperty(audiofile, kExtAudioFileProperty_ClientDataFormat, sizeof(audioFormat), &audioFormat);
ExtAudioFileSeek(audiofile, 0);
On Thu, Aug 20, 2009 at 4:28 PM, Daniel Stenmark
<email@hidden> wrote:
For some reason, seeking by even 1 frame with ExtAudioFileSeek is resulting in an OSStatus of
-66568, a code that I cannot find any documentation for. The ExtAudioFileRef is setup properly and I can read from it just fine, seeking seems to be my big issue here.
~Dan Stenmark
_______________________________________________
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 sterling.li@gmail.com
_______________________________________________
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