summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <md.node.0@gmail.com>2026-01-20 12:56:37 +0200
committerGitHub <noreply@github.com>2026-01-20 12:56:37 +0200
commit726812f2056386e2a46ee184633042eb46ef0c58 (patch)
treee9d1a8b04b02f2a6d092f390a91ce2e544edaabe
parentf23c36b132a99f875abe196804163069ef569b1f (diff)
downloademu8910-726812f2056386e2a46ee184633042eb46ef0c58.tar.gz
emu8910-726812f2056386e2a46ee184633042eb46ef0c58.zip
Update emu8910.js
-rw-r--r--emu8910.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu8910.js b/emu8910.js
index 8757c25..24e98d2 100644
--- a/emu8910.js
+++ b/emu8910.js
@@ -58,7 +58,7 @@ const CUBIC_INTERPOL = 0.5;
const FIR_CUTOFF = 2500; // Hz
const FIR_TAPS = 100; // N taps
-const WAVE_OVERSAMPLE = 16;
+const WAVE_OVERSAMPLE = 8;
var FIR = []; // coeff
class Interpolator {