@init scale = 2^15; // 16-bit iscale = 1 / scale; @sample spl0 = floor(spl0 * scale + 0.5) * iscale; spl1 = floor(spl1 * scale + 0.5) * iscale;