AudioConverter
AudioConverter
- Subject: AudioConverter
- From: Art Gillespie <email@hidden>
- Date: Mon, 19 May 2003 14:13:33 -0400
Hi all,
Just tried to use AudioConverterFillBuffer to convert an audio file in
memory. If I try to process the entire file (some 1,280,000 bytes) in
a single pass, I always get an access fault after returning noErr from
my InputProc callback. (according to the debugger, the access fault is
happening somewhere in AudioToolbox libraries).
When I use smaller chunks for the call (1024 bytes), everything seems
jake.
My question is this... is there some maximum byte size that I should be
passing to AudioConverterFillBuffer? I don't see it mentioned in the
headers, and there's no property for *maximum* size only minimum.
Thanks for any insight.
Best,
Art
>>0xBA
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.