diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
