Ray
Ray
@RobLoach @veins1 @FishingHacks I'm reviewing this issue but I can't reproduce it. Using raylib latest version from GitHub master branch. Please, could you provide some sample code/example to review it?
@FishingHacks @veins1 Thank you very much for reviewing this issue! Feel free to send a PR if you confirm removing `drwav_uninit` fixes the crash. Thanks! :)
@FishingHacks thank you very much for reviewing this issue! 😄
It's difficult to track this kind of issue, it could be related to the audio driver used or miniaudio (the underlying audio library used by raylib) or the raudio module...
`miniaudio` was updated to latest version for `raylib 4.5` release, hopefully it will address this issue... I'm closing it because there is not much else I can do. Feel free...
Just half-fixed this issue, now raylib 32bit library is generated... but only static version of the library. Unfortunately it seems it's not possible to generate the dynamic version with the...
@VitalZero Actually, it should neither happen with multi-channel audio data... I keep it open for further review.
I'm afraid that function behaviour was changed in raylib 4.0 to be aligned with OpenGL. It probably broke some samples out there...
@MatthewOwens Thanks for your feedback! I had almost forgoten about the `Event Recording System`, it's still in experimental state and it has not been reviewed in several years. I will...
@varshneydevansh For the event reocrding system there is already a PR proposal and I'm reviewing it myself.