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
Sounds such as OPTBUTT and SNDTEST play back fine, but several sounds such as OPTSONG are garbled and very loud. This may be an issue with Godot itself – see comments in godotengine/godot-proposals#732.
Sounds such as
OPTBUTT
andSNDTEST
play back fine, but several sounds such asOPTSONG
are garbled and very loud. This may be an issue with Godot itself – see comments in godotengine/godot-proposals#732.The sounds are loaded into AudioStreamSample resources using a script inspired by https://github.com/Gianclgar/GDScriptAudioImport.
To test this, change the sound identifier played here then click a button in the main menu:
godot-mdk/menu/nodes/mdk_button.gd
Line 10 in 53295f4
Make sure to turn down your volume before, especially if using headphones 🙂
The text was updated successfully, but these errors were encountered: