I've successfully been synthesizing 16-bit linear PCM and outputing it to the RemoteIO AudioUnit. Now I'm trying to add a Reverb2 Audio Unit prior to outputing to RemoteIO. I'm creating an AudioGraph and setting the callback to the Reverb Unit, but I'm not getting any sound.
How do I setup the graph and properly format the Reverb2 and RemoteIO units?