decentraland / godot-explorer

10 stars 10 forks source link

Support wav for AudioSource #394

Open leanmendoza opened 4 months ago

leanmendoza commented 4 months ago

Puff scene doesn't work becuse the wav support is not working. The AudioStreamWav::set_data expects the samples, not the audio file. To support it, a importer is needed.