We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Marc Costa
If you are OK using OS specific functions, then you can use _msize (MSVC), malloc_usable_size (Li…
»
Ray
After almost one years since latest raylib installment, here it is raylib 2.5. A lot of work has …
»
Henry Kloren
makes sense although couldn't we just use queryperformancecounter to figure out when it plays 0.5…
»
Mārtiņš Možeiko
If you are OK using OS specific functions, then you can use _msize (MSVC), malloc_usable_size (Li…
»
Marc Costa
You ask malloc for an amount of memory, so you already know the size. Having said that, malloc w…
»
C_Worm
Hello i was wondering if it is possible to get the size of some dynamicaly allocated memory like …
»
Simon Anciaux
HFKlorenisn't it true that if DSound plays 0.5seconds of sound then we can calculate how many sam…
»
Henry Kloren
that was an amazing explanation. you've seriously helped me a ton in my understanding of this. i …
»
Simon Anciaux
I wouldn't call the write and play cursor inaccurate. They report a value that is correct. It's m…
»
Simon Anciaux
I'm not using C++ much but at some point I used "defered statements": defining some code that wil…
»
AlexKindel
AlexKindelWould any language's built-in RAII mechanism give me a close equivalent of what I'm doi…
»
Henry Kloren
hmmm i'll try my best to explain the crux of the problem. in DSound we get skips in the sound un…
»
Simon Anciaux
I have a hard time understanding exactly what you mean in you explanations (I didn't recently wat…
»
Simon Anciaux
A simple way would be to have a single place in your application loop where you would always de-c…
»
Chris
I mentioned in the pre-stream of episode 536 that my macOS platform layer crashes when building u…
»
Henry Kloren
thanks to you also mrmixer. really helpful answers.
»
Henry Kloren
makes sense. thanks!
»
Henry Kloren
Hi Guys, I'm a little confused with Casey's discussion on Audio Sync on Day 19: Now, from what…
»
AlexKindel
I was in the process of typing up an explanation of what I meant by "there are other reasons...al…
»
ratchetfreak
It's patterns like this that make scope guards and RAII such a useful feature. However the temp…
»
»
AlexKindel
I'm working on a program that reserves two big blocks of virtual memory for use as stacks for thi…
»
ratchetfreak
HFKlorensure. that's what i was thinking just wanted to double check. also, i have another questi…
»
Simon Anciaux
The only way to be sure is to ask him on the stream if you can. But I guess he is just saying th…
»
Henry Kloren
sure. that's what i was thinking just wanted to double check. also, i have another question if yo…
»
C_Worm
yes that was it, i actually solved by going through it again. but thanks anyway. owl of shame on …
»
Simon Anciaux
I think you are missing the "lpwfxFormat" field of "dsSecondaryBufferDesc". You should set it the…
»
Simon Anciaux
I may be wrong, but I think that it's called device independent because in the past it allowed yo…
»
Simon Anciaux
In the Sleep msdn documentation: 1The system clock "ticks" at a constant rate. If dwMil…
»
C_Worm
Hello! im writing along at this episode (008 directsoud squarewave). but i can't get the sound …
»