I have a sound that I want to be dynamic, so it’ll change speed and pitch. Because I’m already going to be changing the pitch, is there a way to change the speed without changing the pitch?
3 Likes
PitchShiftSoundEffect can change the pitch only, not the speed. You can use a combination of PlaybackSpeed and PitchShiftSoundEffect. Set the Octave value to 2 and set the PlaybackSpeed to 0.5. Now, the sound plays 50% slower but is at the same pitch.
9 Likes