Re: AudioConverter
Re: AudioConverter
- Subject: Re: AudioConverter
- From: Bill Stewart <email@hidden>
- Date: Mon, 19 May 2003 12:16:40 -0700
This should be fine...
(If you want to send me some code to test this I'll do that and write a
bug if needed)
Bill
On Monday, May 19, 2003, at 11:13 AM, Art Gillespie wrote:
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.