Hi all, I want an explicit control over both the speed and the pitch of an audio. The problem is when we change the pitch of an Audio Source via code(AudioSource.pitch) both speed and the pitch get affected.
I am aware that the pitch shifter audio effect with unity Audio Mixer is capable of controlling the pitch of the audio without affecting the speed. So how to go about changing the speed without affecting the pitch?
Researched the following links but no luck:
Please help.