Reverses Wave audio data.
Reverses Wave audio data.
public static byte[] Reverse(IntPtr,byte[]);
Reverses Wave audio data from one stream to another.
public static void Reverse(Stream,Stream);
Reverses Wave audio data from one file to another.
public static void Reverse(string,string);
AudioCompressionManager Class | Alvas.Audio Namespace