summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.