Re: multithreaded mixer
Re: multithreaded mixer
- Subject: Re: multithreaded mixer
- From: David Duncan <email@hidden>
- Date: Tue, 3 Feb 2004 10:02:27 -0500
On Feb 3, 2004, at 04:21 AM, Stefan Werner wrote:
is there a way I can make a graph of AUs multithreaded? In my case, I
have one MatrixMixer with ~two dozen other AUs plugged into it, and it
looks like they're all being executed in a single thread. I'd love to
make this application make use of the second CPU in the computer, how
could I do that?
Currently your going to have to spawn threads and buffer the output
yourself. There have been rumblings about creating a threaded-buffer AU
however, so if you want it you can always file a bug to bump it's
priority.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.