I'm using an AUGraph (I know, it is a deprecated API ) to mix several audio sources and apply effects. This works fine for a single output, but I cannot add a secondary output to my graph.
I read on the internets, that this is a know limitation, which one can work around by using subgraphs, each withs its dedicated output.
Can anyone confirm wether this is indeed true? If so, pointers to sample code would be more than welcome.