Guard against high frequency aliasing a bit.

This commit is contained in:
Themaister 2012-11-25 14:54:07 +01:00
parent a04a2e7e7a
commit f2e02bde1e

View File

@ -47,7 +47,7 @@
#define SIDELOBES 8
#define TAPS (SIDELOBES * 2)
#define CUTOFF 1.0
#define CUTOFF 0.98
struct rarch_resampler
{