Re: Detecting dropouts?
Re: Detecting dropouts?
- Subject: Re: Detecting dropouts?
- From: Jeff Moore <email@hidden>
- Date: Mon, 28 Jan 2002 14:14:03 -0800
on 1/28/02 2:02 PM, Jim Dolan <email@hidden> wrote:
>
What steps can be taken to avoid triggering kAudioDeviceProcessorOverload? I
>
am occasionally hitting this notification. Can anything be done to increase
>
performance - tinker with buffersize etc... or will I just have to make sure
>
my IOProc code is "fast" enough to avoid this.
All of those things can help you avoid taking too much time. It isn't really
different than an interrupt driven system. You have only so much real time
in which to do your work. Your code has to be structured in a way that
doesn't go beyond this amount of time.
--
Jeff Moore
Core Audio
Apple