revert filter changes
parent
fa927b2fcf
commit
abe3530ee8
12
config.h
12
config.h
|
@ -77,14 +77,14 @@ const uint8_t RELEASE_THREASHOLD_OFFSET = 0;
|
|||
// rising NCL being smaller than falling NCL is because of the same reason
|
||||
// the user can experiment with different values to find the best one
|
||||
// but those values should be good for most cases
|
||||
const uint8_t MHDR = 1;
|
||||
const uint8_t NHDR = 1;
|
||||
const uint8_t NCLR = 0;
|
||||
const uint8_t MHDR = 2;
|
||||
const uint8_t NHDR = 2;
|
||||
const uint8_t NCLR = 4;
|
||||
const uint8_t FDLR = 0;
|
||||
const uint8_t MHDF = 1;
|
||||
const uint8_t MHDF = 2;
|
||||
const uint8_t NHDF = 1;
|
||||
const uint8_t NCLF = 255;
|
||||
const uint8_t FDLF = 2;
|
||||
const uint8_t NCLF = 32;
|
||||
const uint8_t FDLF = 4;
|
||||
|
||||
// range: 0 - 3
|
||||
// 0: 6 samples
|
||||
|
|
Loading…
Reference in New Issue