You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, you can do it manually if you know how to parse WAV files. You just have to set the correct encoding format, mix rate, stereo, etc. Just shove the audio samples into the data array.
Currently Godot can't natively load unimported WAV files, thus we need to use a script.
There's this project, but it and the Godot 4.x PR doesn't work.
The text was updated successfully, but these errors were encountered: