Mixes the audio data.
Mixes the audio data.
public static byte[] Mix(IntPtr,params byte[][]);
Mix several audio streams. The audio data formats must be the same.
public static void Mix(Stream,params Stream[]);
Mix several audio files. The audio data formats must be the same.
public static void Mix(string,params string[]);
AudioCompressionManager Class | Alvas.Audio Namespace