diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-01-18 20:00:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 20:00:31 +0200 |
| commit | 17dc74df47ea063b697ed93744c35cf8668336ec (patch) | |
| tree | 9141664c5792e107b51530e3c2d28ef498e99e4d /emu8910.js | |
| parent | b353b4e0784cf1a51e794b5bb1950e35434e657a (diff) | |
| download | emu8910-17dc74df47ea063b697ed93744c35cf8668336ec.tar.gz emu8910-17dc74df47ea063b697ed93744c35cf8668336ec.zip | |
Update emu8910.js
Diffstat (limited to 'emu8910.js')
| -rw-r--r-- | emu8910.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
