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