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.