So I want to access the Fmod’s ‘Pitch Shift DSP’ property through C#? I want to increase/decrease the tempo of the music, but not change the pitch.
I’d be grateful if someone can help!
So I want to access the Fmod’s ‘Pitch Shift DSP’ property through C#? I want to increase/decrease the tempo of the music, but not change the pitch.
I’d be grateful if someone can help!
Unity 3D only comes with a basic implementation of FMOD’s underlying runtime. You cannot access FMOD’s Pitch Shift DSP without implementing the entire FMOD Designer API. Which means you have to pay FMOD a license fee for the use of Designer in your game. If you check out the Unity API for AudioSource, you’ll see all of the variables you can modify.
http://unity3d.com/support/documentation/ScriptReference/AudioSource.html