public static void SplitStereo(IntPtr,Byte[],ref IntPtr&,ref Byte[]&,ref Byte[]&);
Splits one stereo stream into two mono streams (left and right channels).
public static void SplitStereo(Stream,Stream,Stream);
Splits one stereo file into two mono files (left and right channels).
public static void SplitStereo(String,String,String);
AudioCompressionManager Class | Alvas.Audio Namespace