Change the speed of audio data
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);
AudioCompressionManager Class | Alvas.Audio Namespace