Pedro Alarcón Rabadán
Thanks, Hi.
I'm testing the 7.15 version of MediaPlayer in Delphi. I have noticed that using audio_Effects_Pitchshift and raise the pitch, playback speed also increases in a few seconds.
The effect is as follows when utilzo:
MediaPlayer1.Audio_Effects_Clear (-1);
MediaPlayer1.Audio_Effects_Enabled: = true;
MediaPlayer1.Audio_Effects_Add (-1, AE_PitchShift, True);
MediaPlayer1.Audio_Effects_PitchShift (-1, 0, 1150);
How I can prevent reproduction in speed increase?
Thanks in advance.
on March 28, 2014 19:41