Closed jiatao99 closed 3 years ago
I am trying to change the audio pitch during playback. Like the following:
var s = Math.Pow(2, (double)value / 12); _player.API.Command($"--af_add=rubberband=pitch-scale={s}");
However, I always get invalid command exception. I have tried a lot of combination, but nothing works.
--af_add=rubberband=pitch-scale= af_add rubberband=pitch-scale= af=rubberband=pitch-scale= --af rubberband=pitch-scale= ``
I am trying to change the audio pitch during playback. Like the following:
However, I always get invalid command exception. I have tried a lot of combination, but nothing works.