How to check if audio stopped playing

Godot Version

4.3

Question

How do I check if the non-loop audio stopped playing so I can stop playing a loop animation when that happens?

AudioStreamPlayer has the finished signal. Just implement a callback in your script,