Update xfyun asr service

This commit is contained in:
Xin Wang
2026-05-22 08:37:31 +08:00
parent c0fb0c51a2
commit dab2d0593e
3 changed files with 27 additions and 48 deletions

View File

@@ -91,6 +91,7 @@ class STTConfig:
encoding: str = "raw"
frame_size: int = 1280
timeout_sec: float = 10.0
dynamic_correction: bool = False
@dataclass(frozen=True)