GME low volume fix
Attempts to fix the volume being low for GME supported formats. For me, I really noticed a difference after the change.
Merge request reports
Activity
Filter activity
458 458 459 459 // apply volume to stream 460 460 for (i = 0, p = (short *)stream; i < len/2; i++, p++) 461 *p = ((INT32)*p) * music_volume*2/31; 461 *p = ((INT32)*p) * music_volume*2 / 42; 462 CONS_Printf("%hs", p); Was this CONS_Printf line meant to be included in the commit?
Edited by Monster Iestyn
added 1 commit
- e394f799 - Removed CONS_Printf line. That wasn't meant to be commited.
added 15 commits
-
e394f799...03e2a2b4 - 14 commits from branch
STJr:master
- 46aa4c35 - Merge remote-tracking branch 'upstream/master' into gme-lowvolume-fix
-
e394f799...03e2a2b4 - 14 commits from branch
mentioned in commit 485d9909
Please register or sign in to reply