I have added a OGG kind sound in my game. It will play once when user Tap on mobile screen. But the problem is OGG sound gets looped.
Here is the code to play the sound
$AudioStreamPlayer2D.playing = true
How to avoid looping. I want the sound to be played once.