I have written a small VB Application to play my Audio Files the way I like. But, up to now, I haven't been able to change the speed of the audio file without changing its pitch.
As you know, it's easy the change the speed of the Media/Audio file being played with MediaPlayer.Rat e using Windows Classic Media Player whose OCX file has this name: "msdxm.ocx".
The value for Rate ranges from 75 to 150.
But, when you change the rate of audio file, its pitch changes as well.
Is there any method to change the speed but preserve pitch unchanged?
Thank you very much.
As you know, it's easy the change the speed of the Media/Audio file being played with MediaPlayer.Rat e using Windows Classic Media Player whose OCX file has this name: "msdxm.ocx".
The value for Rate ranges from 75 to 150.
But, when you change the rate of audio file, its pitch changes as well.
Is there any method to change the speed but preserve pitch unchanged?
Thank you very much.
Comment