This commit is contained in:
FAN-yeB
2025-09-08 11:04:42 +08:00
parent d04ec9d510
commit eed9503391
11 changed files with 290 additions and 28 deletions
@@ -336,7 +336,8 @@ class TTSProviderBase(ABC):
self.conn.audio_flow_control = {
'last_send_time': 0,
'packet_count': 0,
'start_time': time.perf_counter()
'start_time': time.perf_counter(),
'sequence': 0 # 添加序列号
}
# 上报TTS数据