1 Anim notify plays audio event twice

Hey all, I think I am facing this issue: when my player character dies, the death animation plays once but the audio event plays twice (the audio event is using audiokinetic’s wwise)

I am using 1 anim notify to trigger the audio event at 0 frames on the death animation. This method works fine with other animations like attacking, getting hit etc. Only the death anim is not working.
Any help is appreciated.
btw I am using WWISE 2019.2.6 and UE 4.25

Use frame 1 or 2 for the event. I hope this solves your problem

Thank you for the reply. I tried putting the anim notify on Frame 1, 2 and 3 but it’s still playing twice.