diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-01-24 17:07:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 17:07:00 +0200 |
| commit | 4c88a9a09f2f61c93120ba079a0e461a964d6e44 (patch) | |
| tree | 3e394bf153b05ddb122bc5f097fd6c8e61cc7f01 /emu8910.js | |
| parent | ed2314fd22b6a70efd2545abdc22ba4c1ec14c4f (diff) | |
| download | emu8910-4c88a9a09f2f61c93120ba079a0e461a964d6e44.tar.gz emu8910-4c88a9a09f2f61c93120ba079a0e461a964d6e44.zip | |
Update emu8910.js
Diffstat (limited to '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 = 2500; // Hz +const FIR_CUTOFF = 2800; // Hz const FIR_TAPS = 100; // N taps const WAVE_OVERSAMPLE = 8; |
