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