Built-In devices on single thread
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