Adjusted playptmod volume levels again, hopefully for the last time

This commit is contained in:
Chris Moeller 2014-03-10 21:59:10 -07:00
parent 24a3573503
commit f77e44f7ad

View file

@ -725,9 +725,9 @@ static void outputAudio(player *p, int *target, int numSamples)
float downscale; float downscale;
if (p->numChans <= 4) if (p->numChans <= 4)
downscale = 1.0f / 192.0f; downscale = 1.0f / 172.0f;
else else
downscale = 1.0f / 256.0f; downscale = 1.0f / 208.0f;
for (i = 0; i < numSamples; ++i) for (i = 0; i < numSamples; ++i)
{ {