revert filter changes

main
xyqyear 2023-11-02 19:56:18 +08:00
parent fa927b2fcf
commit abe3530ee8
1 changed files with 6 additions and 6 deletions

View File

@ -77,14 +77,14 @@ const uint8_t RELEASE_THREASHOLD_OFFSET = 0;
// rising NCL being smaller than falling NCL is because of the same reason // 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 // the user can experiment with different values to find the best one
// but those values should be good for most cases // but those values should be good for most cases
const uint8_t MHDR = 1; const uint8_t MHDR = 2;
const uint8_t NHDR = 1; const uint8_t NHDR = 2;
const uint8_t NCLR = 0; const uint8_t NCLR = 4;
const uint8_t FDLR = 0; const uint8_t FDLR = 0;
const uint8_t MHDF = 1; const uint8_t MHDF = 2;
const uint8_t NHDF = 1; const uint8_t NHDF = 1;
const uint8_t NCLF = 255; const uint8_t NCLF = 32;
const uint8_t FDLF = 2; const uint8_t FDLF = 4;
// range: 0 - 3 // range: 0 - 3
// 0: 6 samples // 0: 6 samples