add a comment about the valid range of samples

This commit is contained in:
Bill Currie 2010-08-06 01:58:12 +00:00 committed by Jeff Teunissen
parent 397312b54b
commit adee45d22b

View file

@ -168,6 +168,7 @@ snd_jack_xfer (int endtime)
return;
}
for (i = 0; i < count; i++) {
/* max is +/- 1.0. need to implement clamping. */
*output[0]++ = 0.25 * snd_paintbuffer[i].left / 65536.0;
*output[1]++ = 0.25 * snd_paintbuffer[i].right / 65536.0;
}