Re: Handling NSRunLoop with AUGraph

2011-06-03 Thread Kyle Sluder
On Thu, Jun 2, 2011 at 10:05 PM, Sasikumar JP jps...@gmail.com wrote: Hi, I am working on streaming audio application. Sorry for cross posting, I am facing the issue with NSRunLoop and AUGraph. coreaudio-api is still the better list to post to. Everything in userland deals with runloops

Handling NSRunLoop with AUGraph

2011-06-02 Thread Sasikumar JP
Hi, I am working on streaming audio application. Sorry for cross posting, I am facing the issue with NSRunLoop and AUGraph. What is the correct approach to handle the runloop with AUGraph. I have gone through the apple documentation and implemented the following. 1. Created a secondary thread