How to lerp parameter in FMOD Studio

I want a parameter to controls the sound effect in FMOD Studio. For example, I set paramter like 0, 50 ,100 in Unity, but I want the sound effect changes smoothly, just like the paramter changes smoothly. May I do this lerp in FMOD Studio instead of Unity?

Yes, if you set a seek speed on a parameter then it will smoothly reach the values set rather than jumping to those values instantly.

https://www.fmod.com/resources/documentation-studio?version=2.0&page=parameters.html

1 Like