godot icon indicating copy to clipboard operation
godot copied to clipboard

Adds `load_from_file()` to `AudioStreamMP3`

Open MaxIsJoe opened this issue 4 months ago • 7 comments

I noticed in the docs while working on my own project that AudioStreamMP3 was missing load_from_file(), which ogg already has. This PR adds that missing function so that it matches ogg.

I wanted to add it to WAV as well, but I can do it in a later PR.

MaxIsJoe avatar Oct 05 '24 18:10 MaxIsJoe