• 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
AudioServer Plug-In crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Internal Speaker stop work when i plug out the Headphones from audio jack
  • Next by Date: Re: AudioServer Plug-In crash
  • Previous by thread: MIDIThruConnection Confusion
  • Next by thread: Re: AudioServer Plug-In crash
  • Index(es):
    • Date
    • Thread