Add xfyun super tts service

This commit is contained in:
Xin Wang
2026-05-27 20:04:36 +08:00
parent 5328b90e2e
commit 8c3789754f
3 changed files with 419 additions and 0 deletions

View File

@@ -181,6 +181,8 @@ class TTSConfig:
pitch: int = 50
timeout_sec: float = 30.0
source_sample_rate_hz: int | None = None
oral_level: str = "mid"
text_aggregation_mode: str | None = None
@dataclass(frozen=True)