summaryrefslogtreecommitdiff
path: root/emu8910.js
diff options
context:
space:
mode:
authordmlunar <md.node.0@gmail.com>2026-01-18 20:00:31 +0200
committerGitHub <noreply@github.com>2026-01-18 20:00:31 +0200
commit17dc74df47ea063b697ed93744c35cf8668336ec (patch)
tree9141664c5792e107b51530e3c2d28ef498e99e4d /emu8910.js
parentb353b4e0784cf1a51e794b5bb1950e35434e657a (diff)
downloademu8910-17dc74df47ea063b697ed93744c35cf8668336ec.tar.gz
emu8910-17dc74df47ea063b697ed93744c35cf8668336ec.zip
Update emu8910.js
Diffstat (limited to 'emu8910.js')
-rw-r--r--emu8910.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/emu8910.js b/emu8910.js
index eb4ff42..2f1b842 100644
--- a/emu8910.js
+++ b/emu8910.js
@@ -55,8 +55,8 @@ const DAC_SHIFT = 40;
const CUBIC_INTERPOL = 0.5;
-const FIR_CUTOFF = 5000; // Hz
-const FIR_TAPS = 25; // N taps
+const FIR_CUTOFF = 2500; // Hz
+const FIR_TAPS = 100; // N taps
const WAVE_OVERSAMPLE = 16;
var FIR = []; // coeff