void mh_stopInputRec() { G_Mixer.mergeVirtualInput(); G_Mixer.recording = false; G_Mixer.waitRec = 0; // in case delay compensation is in use gu_log("[mh] stop input recs\n"); }
SampleChannel *mh_stopInputRec() { gLog("[mh] stop input recs\n"); G_Mixer.mergeVirtualInput(); SampleChannel *ch = G_Mixer.chanInput; G_Mixer.chanInput = NULL; G_Mixer.waitRec = 0; return ch; }
SampleChannel *mh_stopInputRec() { gLog("[mh] stop input recs\n"); G_Mixer.mergeVirtualInput(); SampleChannel *ch = G_Mixer.chanInput; G_Mixer.chanInput = NULL; G_Mixer.waitRec = 0; // if delay compensation is in use return ch; }