-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Segfault loading sounds from unpacked wave files. #25
Comments
Possibly related to raysan5/raylib#1423 |
@H-Art-Src Thanks for reporting! Did you verify the data returned by |
Realized Unpacked sound is reported to be 28,653,396 bytes from FS. What the log shows when commentating out
|
@H-Art-Src Please, could you provide some sample with files for testing? |
https://mega.nz/folder/eNAjkK5J#3bnJLs4h0I_u5aQANkZl4Q |
If the packaged wav file is too large, approximately > 10 mb, LoadSoundFromWave() segfaults.
The text was updated successfully, but these errors were encountered: