mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 05:56:07 +00:00
Guard against high frequency aliasing a bit.
This commit is contained in:
parent
a04a2e7e7a
commit
f2e02bde1e
@ -47,7 +47,7 @@
|
||||
|
||||
#define SIDELOBES 8
|
||||
#define TAPS (SIDELOBES * 2)
|
||||
#define CUTOFF 1.0
|
||||
#define CUTOFF 0.98
|
||||
|
||||
struct rarch_resampler
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user