Re: HALOutputUnit (Pt 2)
Re: HALOutputUnit (Pt 2)
- Subject: Re: HALOutputUnit (Pt 2)
- From: Aaron Eppolito <email@hidden>
- Date: Mon, 23 Feb 2004 19:13:19 -0800
On Feb 23, 2004, at 6:33 PM, Bob Stuller wrote:
Meanwhile, I am now getting a 'kAudioUnitErr_CannotDoInCurrentContext'
error from AudioUnitRender that stubbornly persists even when I stop
with setting BufferFrameSize or modifying the best-match format. I am
asking for the same number of frames my callbacks gets as a parameter.
What other causes for this error are possibilities?
This sounds like the same problem I was having. You must set the
sample rate of the OutputScope of the InputBus equal to the InputScope
of the InputBus, otherwise, you'll get the CannotDo error.
_______________________________________________
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.