Alvas.Audio Class Library

AudioCompressionManager.ChangeSpeed Method

Change the speed of audio data

Overload List

Change the speed of audio data

public static byte[] ChangeSpeed(IntPtr,byte[],int);

Change the speed of audio stream.

public static void ChangeSpeed(Stream,Stream,int);

Change the speed of audio file

public static void ChangeSpeed(string,string,int);

See Also

AudioCompressionManager Class | Alvas.Audio Namespace