decentraland / godot-explorer

10 stars 12 forks source link

Support wav for AudioSource #394

Open leanmendoza opened 7 months ago

leanmendoza commented 7 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.