ExtAudioFileRead Min Buffer Size
ExtAudioFileRead Min Buffer Size
- Subject: ExtAudioFileRead Min Buffer Size
- From: "Pulkit Mathur" <email@hidden>
- Date: Mon, 21 May 2007 17:19:54 +0530
Hi,
When I use ExtAudioFileRead api to read data from an mp3 file, my
application crashes after reading some data from the file. The crash happen
in the ExtAudioFileRead api. I debugged the code and found that, when I
change my buffer size >= (1024 * 5) then, my code is running fine. But when
I change the buffer size < (1024 *5) then ExtAudioFileRead starts crashing
again.
So, my question are,
- Is there a way to find out the minimum buffer size require by
ExtAudioFileRead api?
- Has anybody else faced this problem? If yes, then, what solution you used
to solve this problem?
Thanks,
Pulkit
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden