libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
52 stars 52 forks source link

Fixes occasional pops in audio #159

Closed neonloop closed 2 years ago

neonloop commented 2 years ago

In some games (very obvious in Mother 3 and Metroid Fusion) there will be a few audio pops every second or so. This change brings back a constant from gpsp standalone that prevents the problem.

I do not know why this causes a problem, or what else this could change. This will be good place for discussion, if this change could impact other things.

davidgfnet commented 2 years ago

Hey checkout the commit I sent, to selectively enable this "per platform". I guess this should be easy for you to rebase on your branch right? Thanks for the PR, really appreciated!

neonloop commented 2 years ago

Thank you, your change works -- I will close this