wiiu-env / libgui

7 stars 3 forks source link

Fix stereo downmixing. #12

Open V10lator opened 4 years ago

V10lator commented 4 years ago

Without this fix that happens:

======================== ASAN: out-of-bounds load
Source: 0x0D0254D8: homebrew_launcher|_ZN12SoundDecoder6DecodeEv
Bad load was on address 0x10CEE778. Guessing possible issues:
Guess     Chunk      ChunkSz    Dist       ChunkOwner
Overflow  0x10CEA760 0x00004000 0x00000018 homebrew_launcher|_ZN12BufferCircle6ResizeEi
Underflow 0x10CEE780 0x00004000 0xFFFFBFF8 homebrew_launcher|_ZN12BufferCircle6ResizeEi

With this fix playing a mono stream still produces clipping but without the fix it's completely garbled.