How do I play an audio clip at a specific point in an animation?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By S7u

For instance a heel strike when a characters foot hits the ground.

:bust_in_silhouette: Reply From: Eric Ellingson

Using an AnimationPlayer node, you can do this in at least two different ways.

  1. Add a new animation track, and select “Call Method Track”. This will let you call a custom method, which can handle triggering the audio.

  2. Again, add a new animation track, but select “Audio Playback Track”. You can reference this post for more details about this option: https://forum.godotengine.org/39679/can-i-play-sounds-using-the-animationplayer