Skip to content
Snippets Groups Projects

GME low volume fix

Merged SteelT requested to merge SteelT/SRB2:gme-lowvolume-fix into master

Attempts to fix the volume being low for GME supported formats. For me, I really noticed a difference after the change.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • SteelT added 1 commit

    added 1 commit

    • e394f799 - Removed CONS_Printf line. That wasn't meant to be commited.

    Compare with previous version

  • SteelT added 15 commits

    added 15 commits

    • e394f799...03e2a2b4 - 14 commits from branch STJr:master
    • 46aa4c35 - Merge remote-tracking branch 'upstream/master' into gme-lowvolume-fix

    Compare with previous version

  • Monster Iestyn mentioned in commit 485d9909

    mentioned in commit 485d9909

  • Please register or sign in to reply
    Loading