• 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
Built-In devices on single thread
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Built-In devices on single thread


  • Subject: Built-In devices on single thread
  • From: audioboy 77 <email@hidden>
  • Date: Thu, 5 Nov 2009 17:02:51 +0100

Hi

In my application (a pro-audio effect unit/synthesizer), I want to show the Built-In devices as one physical device, with different channels representing the Microphone, Input and Output.  

To do this, I use the "related devices" property to find all subdevices and group them together.  

I then tried starting an IOProc on the first subdevice (which is the microphone on my system) with the idea that I would read/write the buffers for all the sub-devices in that callback.  However, im getting mData which is always NULL.  Im not sure if this is expected, but im not sure how to create the buffer.  (There is a property to set the buffersize, but no property to get or set the address).

I also tried another approach.  I registered each sub-device with the same callback, hoping that the register proc might cause the buffers to get created.  When doing this, I have discovered that each subdevice is running on a seperate thread.  This is strange given they should be on the same clock, and seems wrong given that I want the latency to be as low as possible.

I've been messing around with this on and off for a couple weeks now, and have basically run out of ideas.  Could somebody please explain the correct strategy on how to approach this?

thanks

audioboy
 _______________________________________________
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

  • Follow-Ups:
    • Re: Built-In devices on single thread
      • From: Jeff Moore <email@hidden>
  • Prev by Date: Issues in ExtAudioFileSeek and ExtAudioFileTell
  • Next by Date: Calling ExtAudioFileDispose() on a large MP4 audio file causes a crash
  • Previous by thread: Re: Issues in ExtAudioFileSeek and ExtAudioFileTell
  • Next by thread: Re: Built-In devices on single thread
  • Index(es):
    • Date
    • Thread