Smooth transitions between fmod events (not music)

Hi everyone! I’ve recently started working with FMOD for sound implementation (using UE5). I’m really struggling to figure out how to make smooth transitions between FMOD Events.

The thing is, I have 6 character animations in UE, and each one has an FMOD Anim Notify. Each FMOD event contains a “stop event” command to prevent all events from playing simultaneously when the character’s animations change (they change quickly, for example from idle to attack). The stop event works fine, but it cuts off the previous sound so bad, which makes everything sound unnatural.

Are there any ways to make FMOD event transitions smoother and less harsh? I’d prefer not to do this via blueprints in UE — I’m trying to find an easier way to do it.

Hi,

Thank you for reaching out!

Yes, there are several ways to smooth out transitions between FMOD events. One simple approach is to add an AHDSR modulation to the volume of the event’s master track. This allows you to control the fade-in and fade-out behavior when events are triggered or stopped, which can help reduce those harsh cutoffs when switching animations.

Hope this helps! let me know if you have questions.

Thank you! It worked pretty well in the game :slight_smile:

1 Like