Commit 49881861b14b73a405868b019ccf0a3cda233291

Ryan C. Gordon 2018-05-21T11:54:09

audio: Patched to compile on Visual Studio. (It gets upset at the -2147483648, thinking this should be an unsigned value because 2147483648 is too large for an int32, so the negative sign upsets the compiler.)