Gundy Hello ! I succeed to get a file's path from 'FileDialog', but I don't know how to play it as a sound ? Thanks for help :smile: PS: Here is where I found the Nightly :) http://godot3builds.digitecnology.com/index.php
TwistedTwigleg I think you have to use the load function, and then that will return you an audio stream, which you can pass to an audio player. Something similar to the documentation on loading a texture.