Skip to content

DOSAMP... fixed this time. really.

Compare
Choose a tag to compare
  • Misunderstanding of Open Watcom (because I'm used to GCC) fixed to speed up resampler. Open Watcom doesn't seem to understand it can optimize static const integers by putting them as immediate values in the immediate form of x86 opcodes like GCC can.
  • Fix integer overflow that can happen in 16-bit builds when the WAV file you're playing is 32768Hz or faster.