Author :
Ryan C. Gordon
Date :
2017-01-22 20:18:59
Hash :a7f86f2f Message :audio: don't cast to double in SDL_ConvertStereoToMono().
It's expensive and (hopefully) unnecessary. If this becomes an overflow
problem, we could multiply both values by 0.5f before adding them, but let's
see if we can get by without the extra multiplication first.