Add Gaussian (SNES) audio interpolation

Probably not a good choice for most DS games unless you really want a
very soft sound, but it could be fun if you wanted to run lolSnes in
melonDS :p
This commit is contained in:
Nadia Holmquist Pedersen
2024-03-08 16:36:00 +01:00
parent e227902cec
commit faf3c0f2e0
4 changed files with 53 additions and 3 deletions

View File

@ -40,6 +40,7 @@ enum class AudioInterpolation
Linear,
Cosine,
Cubic,
SNESGaussian
};
class SPUChannel