qakmak
Not working, there is my test way:
1.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(-1, 0, 5);
2.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(-1, 0, 50);
3.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(-1, 0, 500);
4.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(0, 0, 5);
4.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(0, 0, 5);
5.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(0, 0, 50);
6.MediaPlayer1.Audio_Effects_Enabled = true;
MediaPlayer1.Audio_Effects_PitchShift(0, 0, 500);
all can't work. I'm test mpg(mpeg-1 vcd) file.
on May 06, 2013 16:51