完成了<呼吸可用性及间期标注>的代码重构

修复了<人工纠正>中多次寻峰时会保存多个相同峰值横坐标的问题
This commit is contained in:
Yorusora
2025-05-22 15:58:29 +08:00
parent 17b896e49d
commit b57bd9e7fa
8 changed files with 1637 additions and 74 deletions

View File

@ -275,6 +275,7 @@ class ConfigParams:
}
}
RESP_QUALITY_LABEL_PREPROCESS_FC: int = 1
RESP_QUALITY_LABEL_PARTS_TIME_SEC: int = 30
RESP_QUALITY_LABEL_LABEL_TRANSPARENCY: float = 0.2
RESP_QUALITY_LABEL_ACTION_LABEL_MULTIPLE_SHORTCUT_KEY: str = "Z"
@ -341,7 +342,7 @@ class ConfigParams:
RESP_QUALITY_LABEL_INPUT_XINXIAO_DEFAULT_FS: int = 1000
RESP_QUALITY_LABEL_INPUT_THO_DEFAULT_FS: int = 200
RESP_QUALITY_LABEL_PARTS_TIME_SEC: int = 30
RESP_QUALITY_LABEL_THRESHOLD1_DEFAULT: float = 0.65