I'm trying to get audio from an Audio Unit extension in an offline rendering context. What should I do with the Timestamp? The Audio Unit is reporting "kAudioUnitErr_RenderTimeout" at various moments (which is nonsense because I'm rendering offline so render time is irrelevant).
I have reported the Audiounit that it should render in offline mode but it doesn't make a difference. I have narrowed the issue down to the AudioTimestamp parameter but I don't know how to manipulate it to stop the AudioUnit extension from nagging about timeouts... Besides hacking the Timestamp, is there a more elegant way to render offline using AudioUnits?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com This email sent to [email protected]
