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

Add a way to load the WAV files of the GTA3 radios #14

Open
hardBSDk opened this issue Aug 17, 2024 · 1 comment
Open

Add a way to load the WAV files of the GTA3 radios #14

hardBSDk opened this issue Aug 17, 2024 · 1 comment

Comments

@hardBSDk
Copy link
Member

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.

@atirut-w
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants