Re: ExtAudioFileRead Min Buffer Size
Re: ExtAudioFileRead Min Buffer Size
- Subject: Re: ExtAudioFileRead Min Buffer Size
- From: Sam Stigler <email@hidden>
- Date: Mon, 21 May 2007 22:01:43 +1000
I'm not sure, but you're asking on the wrong list. ExtAudioFileRead
is a Carbon function, and this is a Cocoa list. Your question might
be better answered on Carbon-dev or Coreaudio-dev.
-Sam
http://www.stigler.org/sam/wordpress
On May 21, 2007, at 9:49 PM, Pulkit Mathur wrote:
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:
40mac.com
This email sent to email@hidden
_______________________________________________
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