SnowyMouse / chimera

The update to Halo PC that never was
https://chimera.opencarnage.net
GNU General Public License v3.0
137 stars 26 forks source link

Make WAV/uncompressed sound tags work without memeing the base sound format #7

Closed SnowyMouse closed 4 years ago

SnowyMouse commented 4 years ago

Halo PC can play sound tags containing uncompressed PCM data, but for whatever reason, Gearbox (or Bungie?) completely botched this and added a check that specifically disables this functionality.

If the sound format in the base struct of the Sound tag is set to "Uncompressed" then the sound tag will not work. However, if it's set to anything else, then it will work even if the sound, itself, is actually uncompressed.

SnowyMouse commented 4 years ago

Done