fix: remove high-pass prefilter (ssf is already a high-pass)

This commit is contained in:
2026-05-19 22:40:39 +02:00
parent 58ed5df87c
commit 29019f61e5
2 changed files with 1 additions and 19 deletions

View File

@@ -24,7 +24,6 @@ public:
class StepDetector {
protected:
StepListener *listener;
IirFilter f_highpass;
Filt f_neg;
SsfFilter f_ssf;
SsfStepDetector f_ssd;