David Reid

Results 303 comments of David Reid

Thanks. I actually think those errors might be quite easy to sort out. Off the top of my head: - The `_controlfp_s()` is just denormal stuff. We can just add...

Thanks. I will hack something together and push some changes when I get a chance. Will report back.

The `wcsrtombs()` thing is not surprising considering the absence of `CreateFileW()`. That'll need a rework - not sure how to work around that off the top of my head outside...

I'll need to look at the code and refresh my memory on where file info is used. I think `ma_file_info` only includes the size, so I could implement a fall...

I felt like hacking away on this so I decided to work on it. I think this should be fixed in the dev branch if you were wanting to try...

I don't think there is any need for a PR? It should compile now as-is in the dev branch. If you're talking about getting actual audio output working, that would...

I don't maintain backends in this repository unless I can test them personally so it's unlikely I'll be supporting this directly. However, in version 0.12 (still in development) there will...

Not entirely sure what's going on here. Do you have a call stack or anything to narrow it down? Seems a bit strange - I can't think of anything off...

Regardless of the cause of the crash, you should transition away from the stb_vorbis stuff. That's being removed in a future version of miniaudio (not sure the exact version yet)....

Thanks. I had a look at this and I can't see anything obvious on the miniaudio side. My instinct is that this is coming from inside Windows itself because I...