Ray —
After almost one years since latest raylib installment, . A lot of work has been put on this new v…
makes sense although couldn't we just use queryperformancecounter to figure out when it plays 0.5 …
If you are OK using OS specific functions, then you can use (MSVC), (Linux), or (macOS). Althou…
You ask malloc for an amount of memory, so you already know the size. Having said that, malloc wil…
C_Worm —
Hello i was wondering if it is possible to get the size of some dynamicaly allocated memory like B…
The problem is that you don't know when DirectSound has played 0.5s of sounds. We are asking it a…
that was an amazing explanation. you've seriously helped me a ton in my understanding of this. i o…
I wouldn't call the write and play cursor inaccurate. They report a value that is correct. It's mo…
I'm not using C++ much but at some point I used "defered statements": defining some code that will…
To clarify the question more: suppose that, instead of having the function that does stack alloca…
hmmm i'll try my best to explain the crux of the problem. in DSound we get skips in the sound unle…
I have a hard time understanding exactly what you mean in you explanations (I didn't recently watc…
A simple way would be to have a single place in your application loop where you would always de-co…
I mentioned in the pre-stream of episode 536 that my macOS platform layer crashes when building un…
thanks to you also mrmixer. really helpful answers.
Hi Guys, I'm a little confused with Casey's discussion on Audio Sync on Day 19: Now, from what I c…
I was in the process of typing up an explanation of what I meant by "there are other reasons...alw…
It's patterns like this that make scope guards and RAII such a useful feature. However the temp st…
I'm working on a program that reserves two big blocks of virtual memory for use as stacks for thin…
here is the clip with a linked time for reference: The big difference is that if you don't lock t…
The only way to be sure is to ask him on the stream if you can. But I guess he is just saying that…
sure. that's what i was thinking just wanted to double check. also, i have another question if you…
yes that was it, i actually solved by going through it again. but thanks anyway. owl of shame on m…
I think you are missing the "lpwfxFormat" field of "dsSecondaryBufferDesc". You should set it the …
I may be wrong, but I think that it's called device independent because in the past it allowed you…
In the : So yes Sleep can take more or less time than request. You should not rely on it if you i…
Hello! im writing along at this episode (008 directsoud squarewave). but i can't get the sound to …