diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-02-06 17:01:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-06 17:01:44 +0200 |
| commit | 3557a82ebb1d14918a73b17c4e592c237b1900e3 (patch) | |
| tree | 17671bd572b61aab665909060e901ac73fcb6b26 | |
| parent | a8ee69b79c5c1611bd8a48cfd0d9df4201ff1e82 (diff) | |
| download | emu8910-3557a82ebb1d14918a73b17c4e592c237b1900e3.tar.gz emu8910-3557a82ebb1d14918a73b17c4e592c237b1900e3.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 = 10000; // Hz +const FIR_CUTOFF = 5000; // Hz const FIR_TAPS = 50; // N taps const WAVE_OVERSAMPLE = 4; |
