Re: AudioUnits...
Re: AudioUnits...
- Subject: Re: AudioUnits...
- From: Kurt Revis <email@hidden>
- Date: Wed, 13 Nov 2002 17:41:05 -0800
On Wednesday, November 13, 2002, at 05:11 PM,
email@hidden wrote:
Thanks for that info, it is definitely helpful! I was looking for the
possibility of doing the effect in-line without a callback. If there
isn't a way, it looks like I may need to make my code more flexible.
Then again, if the callback is fast enough to get the AU data back
before the next ioproc is called for the output I can probably use
what you suggested...
In the case of the output AUs, the observer callback is called *during*
the IOProc. (Set a breakpoint on the callback to see this.) So you
will not have any problems with the callback being too slow to keep up.
However, you will need to be careful about the usual threading and
blocking issues--same as you're doing in your own IOProc now.
--
Kurt Revis
email@hidden
_______________________________________________
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.