This commit is contained in:
Home
2025-12-04 02:16:51 +08:00
parent 4aad9212f7
commit 6065e73d5b
46 changed files with 1376 additions and 406 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1
View File
@@ -238,7 +238,6 @@ class ByteDanceTTSSocketClient:
"speed": request.speed, # 语速参数(需服务端支持)
},
}
print('aaa', aaa)
return aaa
async def _send_text_stream(self, request: TTSRequest, session_id: str):
"""流式发送文本(逐字符发送,字节跳动TTS流式协议要求)"""