• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Detecting dropouts?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >RE: Detecting dropouts? (From: Jim Dolan <email@hidden>)

  • Prev by Date: RE: Detecting dropouts?
  • Next by Date: RE: Detecting dropouts?
  • Previous by thread: RE: Detecting dropouts?
  • Next by thread: RE: Detecting dropouts?
  • Index(es):
    • Date
    • Thread