Hi Everyone,
I’ve created a simple MP3 audio manager for Godot 4.3, I only need MP3’s thus the limitation.
Loaded audio files a persistent across scenes and each are assigned a unique ID when loaded so you just need to call play_sound(ID) to play whenever.
It does everything I need but feel free to add to it if you’d like.
Ryn