Re: AUEffectBase and Stream formats
Re: AUEffectBase and Stream formats
- Subject: Re: AUEffectBase and Stream formats
- From: Bill Stewart <email@hidden>
- Date: Sat, 29 Mar 2003 13:35:40 -0800
A cautionary warning...
On Saturday, March 29, 2003, at 01:22 PM, Bill Stewart wrote:
>
First the general check at the start:
>
if ((nBuffers=inBuffer.mNumberBuffers) != outBuffer.mNumberBuffers ||
>
nBuffers == 0)
>
return kAudioUnitErr_FormatNotSupported;
If you remove that line, then make sure you DO initialize nBuffers
(which is being done in this if test)!!!
Bill
--
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.