Pitchshift acelera video

Avatar image
Aug 23, 2015
Archive Agent wrote
Hola, estoy probando la version 7.15 de media player y cuando subo o bajo tonos con Audio_effects_PitchShift el video se acera. Como hago para que no pase eso?.

Pedro Alarcón Rabadán on March 27, 2014 12:01
Completed
0
Vote
Reply
3 Answers
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Hi

We are provide support only in English, sorry.

on March 27, 2014 23:11
Aug 23, 2015
Archive Agent agent wrote
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
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Hi

Please try PitchScale instead PitchShift.

on March 28, 2014 22:02