How to load ogg files from user://

:bust_in_silhouette: Reply From: GameSchool

Hi

With AudioStreamPlayer2D I managed to load an ogg file with the following code:

func _ready():
    self.stream = load("user://untitled.ogg")
    self.play()

I don’t know if I understood you correctly, let me know if I didn’t