Help with "import audio using gdscript"

:bust_in_silhouette: Reply From: newold

my script is a tool used to create a database for a dialog system and is only used while you are creating your game with godot editor.

I have been able to import images using this:

var tex = ImageTexture.new ()
var img = Image.new ()
img.load (fileName)
tex.create_from_image (img) # .import is created

But I do not know how to do it with audio files

preview:

preview tool:

This isn’t an answer, is it?

bluenote | 2020-05-21 20:40