diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-02-05 22:56:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 22:56:46 +0200 |
| commit | 468c23e08c862d4e95b415301510d928783e1c39 (patch) | |
| tree | 526a5e287b6ae7dda4e086aa3260cd0a1cf76d66 | |
| parent | f09f506c0f1f6daf7ac842db8acae29f8dbce9d4 (diff) | |
| download | emu8910-468c23e08c862d4e95b415301510d928783e1c39.tar.gz emu8910-468c23e08c862d4e95b415301510d928783e1c39.zip | |
Update emu8910.js
| -rw-r--r-- | emu8910.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ const DAC_SHIFT = 40; const CUBIC_INTERPOL = 0.5; -const FIR_CUTOFF = 2800; // Hz +const FIR_CUTOFF = 3000; // Hz const FIR_TAPS = 100; // N taps const WAVE_OVERSAMPLE = 8; |
