diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-03-05 10:43:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 10:43:40 +0200 |
| commit | 072c8f65d1d900123a48a326e1c2f0baf086a461 (patch) | |
| tree | e47fdb83d0fde66a1e66148f01df9e26b0e19bc6 | |
| parent | 0c224cec8d76f2abb1a583b9b3f295c3a94a2e9f (diff) | |
| download | emu8910-072c8f65d1d900123a48a326e1c2f0baf086a461.tar.gz emu8910-072c8f65d1d900123a48a326e1c2f0baf086a461.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ This `emulator` also adds interrupt support (with a user defined frequency) for The `FIR` response can be changed through modification of the following constants: ``` -const FIR_CUTOFF = 2500; // Hz -const FIR_TAPS = 100; // N taps +const FIR_CUTOFF = 5000; // Hz +const FIR_TAPS = 50; // N taps ``` > Note: `FIR` LPF (Low-Pass Filter) data is generated procedurally. |
