Re: Issues in ExtAudioFileSeek and ExtAudioFileTell
Re: Issues in ExtAudioFileSeek and ExtAudioFileTell
- Subject: Re: Issues in ExtAudioFileSeek and ExtAudioFileTell
- From: "Abdul.Majeed" <email@hidden>
- Date: Thu, 12 Nov 2009 21:26:07 +0530
Hi,
Thank you for your suggestion. However, I checked that too, making number of frames to be read is 1024, but no luck. In fact in my previous case if i start reading (262144 frames) from the start itself, it is reading but the only problem when situation was like i explained in my previous mail ie. reading 262144 frames from the end of the file (end - 262144). could you please any inputs ?
I might be wrong but I think there is a maximum number of frames that
you can read in a single call to ExtAudioFileRead() and you might have
exceeded that number by trying to read 262144 frames at once, hence
the 0 (ExtAudioFileRead() doesn't read anything). Not sure why it
doesn't return with an error code, though...
--th
|
_______________________________________________
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