Hello
I have some problem with pitch scale (vouce men to child / child to men) for KTV
declare when open the file.
I'm using Active-X for Delphi
MediaPlayer1.Audio_Effects_Enabled := true;
MediaPlayer1.Audio_Effects_Clear(-1);
MediaPlayer1.Audio_Effects_PitchScale(-1, 0, Fts1024, 950, 8, false);
change the pich scale after play with this code
MediaPlayer1.Audio_Effects_PitchScale(-1, 0, fts1024, tbBalance2.Position, 8, false);
the result is no sound
Please advice