in gdscript it uses AudioStreamPlayer to load an audio to play a sound in runtime while in code. I want to know how to use an AudioStreamPlayer in C++ that implies to both add a resource of an audio and play that audio as a sound (.wav) or a music (.ogg). I'm sure that the engine have support for the audio player in C++ it's a very common use in making a game.