Alvas.Audio Class Library

AudioCompressionManager.Reverse Method

Reverses Wave audio data.

Overload List

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);

See Also

AudioCompressionManager Class | Alvas.Audio Namespace