| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
You definitely should not be doing blocking IO calls inside your render call back. In fact, you should not be doing anything that can block in the render callback. This is exactly the reason why your are getting glitches. There is nothing you can do to work around this, short of moving all your blocking IO into another thread.
You might want to check out the afplay sample code (part of AudioFileTools) in our SDK.
| References: | |
| >dumb newbie question on avoiding dropouts in ioproc (From: Miles Egan <email@hidden>) | |
| >Re: dumb newbie question on avoiding dropouts in ioproc (From: Jeff Moore <email@hidden>) | |
| >Re: dumb newbie question on avoiding dropouts in ioproc (From: Miles Egan <email@hidden>) | |
| >Re: dumb newbie question on avoiding dropouts in ioproc (From: Jeff Moore <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.