AudioServer Plug-In crash
AudioServer Plug-In crash
- Subject: AudioServer Plug-In crash
- From: Dominic Feira <email@hidden>
- Date: Fri, 12 Apr 2013 16:18:31 -0400
I'm getting a crash in the NullAudio AudioServer Plug-in sample project. Without making any modifications to the project it crashes when doing the memset in NullAudio_DoIOOperation
// clear the buffer if this iskAudioServerPlugInIOOperationReadInput if(inOperationID == kAudioServerPlugInIOOperationReadInput) { // we are always dealing with a 2 channel 32 bit float buffer memset(ioMainBuffer, 0, inIOBufferFrameSize * 8); }
After searching through the email list I did find another report of the problem. Has anybody made any progress on this issue? Is there a workaround?
-- Dominic |
_______________________________________________
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