feat: check SQI before playing step sound

This commit is contained in:
2026-03-12 22:20:00 +01:00
parent a2fdf05cd5
commit a8234005df
3 changed files with 7 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ protected:
Filt f_neg;
SsfFilter f_ssf;
SsfStepDetector f_ssd;
RunningQualityFilter f_sqi;
public:
StepDetector(StepListener *listener);