Abdul
At this point it really is better if you can file a bug report. We would ideally want to be able to run some code, so if you can attach some we can run, that will be much appreciated.
Thanks
Bill On Nov 13, 2009, at 6:17 AM, Abdul.Majeed wrote: Hi All,
Any inputs further on this, please?
Regards, Abdul Majeed K On Nov 12, 2009, at 9:26 PM, Abdul.Majeed wrote:
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...
|