summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <md.node.0@gmail.com>2026-03-12 15:25:10 +0200
committerGitHub <noreply@github.com>2026-03-12 15:25:10 +0200
commiteee7af0a656d167dce365f68e22e7f769f71c9be (patch)
tree3a7fc06f6ae9b26bf4f49b492e471361d613fd25
parentaed29044e2e9ec150215f123f28031402771569c (diff)
downloademu8910-eee7af0a656d167dce365f68e22e7f769f71c9be.tar.gz
emu8910-eee7af0a656d167dce365f68e22e7f769f71c9be.zip
Update README.mdHEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6eb5d14..a1cad54 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The `FIR` response can be changed through modification of the following constant
```
const FIR_CUTOFF = 5000; // Hz
-const FIR_TAPS = 50; // N taps
+const FIR_TAPS = 100; // N taps
```
> Note: `FIR` LPF (Low-Pass Filter) data is generated procedurally.