[01:11:37][@cubercaleb][Why isn't 2's complement used for floating-point numbers if it makes signed arithmetic easy?]
[01:16:35][@poohshoes][Are you not going to profile it too see how much faster it gets?]
[01:16:55][@dr_s80][When you implemented streaming in chunks of audio; I believe the code actually loads the entire file (with a platform layer VirtualAlloc) for each chunk. Is this just an artifact of the debug nature of that code?]
[01:17:33][@ishytarus][Does the audio make the framerate in debug mode?]
[01:26:09][@cubercaleb][If 1111 (-1) is supposed to be less than 0000 (0) then how do number comparisons work on the CPU level?]
[01:32:39][@marumoto][Do you have any tips for speeding up compile time when using multiple translation units?]