Re: Stuttering in audio with VPIO
Re: Stuttering in audio with VPIO
- Subject: Re: Stuttering in audio with VPIO
- From: Lucas Ives <email@hidden>
- Date: Mon, 14 Jan 2013 16:36:02 -0800
It's almost impossible to know without seeing your specific situation, but the usual suspects are always a good place to start:
- avoid memory allocation in the callback
- avoid objective-c calls in the callback, especially in inner loops
- avoid IO operations (reading/writing to/from disk, logging via printf or NSLog)
- prefer block operations (memcpy, memset) where possible
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden