Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some sounds aren't loaded correctly #13

Open
Calinou opened this issue Sep 19, 2021 · 0 comments
Open

Some sounds aren't loaded correctly #13

Calinou opened this issue Sep 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Calinou
Copy link
Owner

Calinou commented Sep 19, 2021

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.

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:

Sound.play(self, MDKData.audio_samples["OPTBUTT"])

Make sure to turn down your volume before, especially if using headphones 🙂

@Calinou Calinou added the bug Something isn't working label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant