mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-31 03:43:57 +08:00
优化双流式TTS时的声音
This commit is contained in:
@@ -16,6 +16,13 @@ class ContentType(Enum):
|
||||
ACTION = "ACTION" # 动作内容
|
||||
|
||||
|
||||
class InterfaceType(Enum):
|
||||
# 接口类型
|
||||
DUAL_STREAM = "DUAL_STREAM" # 双流式
|
||||
SINGLE_STREAM = "SINGLE_STREAM" # 单流式
|
||||
NON_STREAM = "NON_STREAM" # 非流式
|
||||
|
||||
|
||||
class TTSMessageDTO:
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user