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
This short 1.5second WAV file came from a site with free sounds (None of the other sounds from the same source worked either).
Godot imports this sound file with a duration of 0, so it doesn't play anything. There are no error messages that I can see. I have attempted to re-import it with various different settings, and have tried it with an online inspection tool that didn't throw up any clues. This file plays properly in Audacity and VLC.
This problem is the same for Godot3.5.1, and probably applies to all versions.
Steps to reproduce
Unzip and preview Cloth_02.wav in Godot. It doesn't play.
The second file Cloth_02_savedfromaudacity.wav is what happens if I load and save it from Audacity. Then Godot loads and plays it as it should.
If it's any consolation, my own (non-godot) wav importer can't read it either. 😁
Something about the chunks seems non-simple, perhaps the block_align. It's got some text chunks before the audio.
It's probably figure-outable to make the importer more robust.
Godot version
4.2.rc2,3.5.1
System information
Godot v4.2.rc (fc79201) - NixOS 23.11 (Tapir) - Wayland - Vulkan (Mobile) - integrated Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i5-1240P (16 Threads)
Issue description
This short 1.5second WAV file came from a site with free sounds (None of the other sounds from the same source worked either).
Godot imports this sound file with a duration of 0, so it doesn't play anything. There are no error messages that I can see. I have attempted to re-import it with various different settings, and have tried it with an online inspection tool that didn't throw up any clues. This file plays properly in Audacity and VLC.
This problem is the same for Godot3.5.1, and probably applies to all versions.
Steps to reproduce
Unzip and preview Cloth_02.wav in Godot. It doesn't play.
The second file Cloth_02_savedfromaudacity.wav is what happens if I load and save it from Audacity. Then Godot loads and plays it as it should.
Cloth_02.zip
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: