summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <md.node.0@gmail.com>2026-03-05 10:43:40 +0200
committerGitHub <noreply@github.com>2026-03-05 10:43:40 +0200
commit072c8f65d1d900123a48a326e1c2f0baf086a461 (patch)
treee47fdb83d0fde66a1e66148f01df9e26b0e19bc6
parent0c224cec8d76f2abb1a583b9b3f295c3a94a2e9f (diff)
downloademu8910-072c8f65d1d900123a48a326e1c2f0baf086a461.tar.gz
emu8910-072c8f65d1d900123a48a326e1c2f0baf086a461.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da66b91..6eb5d14 100644
--- a/README.md
+++ b/README.md
@@ -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.