Commit 5e5f2290f288551ec70ed39715c4b726d8d9856e

Ryan C. Gordon 2017-10-11T12:07:43

audio: Turns out the accumulation errors sound better. :/ Moving to double fixed the overflows, but using "time = i * incr" instead of "time += incr" causes clicks in the output.