This commit is contained in:
Xin Wang
2026-02-09 16:30:52 +08:00
5 changed files with 196 additions and 81 deletions

View File

@@ -13,6 +13,7 @@ from typing import AsyncIterator, Optional
from loguru import logger
from services.base import BaseTTSService, TTSChunk, ServiceState
from services.streaming_tts_adapter import StreamingTTSAdapter # backward-compatible re-export
class SiliconFlowTTSService(BaseTTSService):