public void RequestPCM() { audioGraph.PCMRequest(); audioGraph.OnPCMBuffer += audioGraph_OnPCMBuffer; }