mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
make things a little quieter (less likely to clip)
This commit is contained in:
parent
f2d7630ac1
commit
2f7d686a3c
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ snd_jack_xfer (int endtime)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
*output[0]++ = snd_paintbuffer[i].left / 65536.0;
|
*output[0]++ = 0.25 * snd_paintbuffer[i].left / 65536.0;
|
||||||
*output[1]++ = snd_paintbuffer[i].right / 65536.0;
|
*output[1]++ = 0.25 * snd_paintbuffer[i].right / 65536.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue