mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 01:53:53 +08:00
update: MinimaxTTSHTTPStream和MinimaxTTSWebSocketStream还在测试,测试完再开放
This commit is contained in:
@@ -710,22 +710,26 @@ TTS:
|
|||||||
# voice_id: female-shaonv
|
# voice_id: female-shaonv
|
||||||
# weight: 1
|
# weight: 1
|
||||||
# language_boost: auto
|
# language_boost: auto
|
||||||
MinimaxTTSHTTPStream:
|
|
||||||
# Minimax流式语音合成服务
|
|
||||||
type: minimax_httpstream
|
|
||||||
output_dir: tmp/
|
|
||||||
group_id: 你的minimax平台groupID
|
|
||||||
api_key: 你的minimax平台接口密钥
|
|
||||||
model: "speech-01-turbo"
|
|
||||||
voice_id: "female-shaonv"
|
|
||||||
|
|
||||||
MinimaxTTSWebSocketStream:
|
# MinimaxTTSHTTPStream和MinimaxTTSWebSocketStream还在测试,测试完再开放
|
||||||
type: minimax_webSocket
|
#
|
||||||
output_dir: tmp/
|
# MinimaxTTSHTTPStream:
|
||||||
group_id: 你的minimax平台groupID
|
# # Minimax流式语音合成服务
|
||||||
api_key: 你的minimax平台接口密钥
|
# type: minimax_httpstream
|
||||||
model: "speech-01-turbo"
|
# output_dir: tmp/
|
||||||
voice_id: "female-shaonv"
|
# group_id: 你的minimax平台groupID
|
||||||
|
# api_key: 你的minimax平台接口密钥
|
||||||
|
# model: "speech-01-turbo"
|
||||||
|
# voice_id: "female-shaonv"
|
||||||
|
#
|
||||||
|
# MinimaxTTSWebSocketStream:
|
||||||
|
# type: minimax_webSocket
|
||||||
|
# output_dir: tmp/
|
||||||
|
# group_id: 你的minimax平台groupID
|
||||||
|
# api_key: 你的minimax平台接口密钥
|
||||||
|
# model: "speech-01-turbo"
|
||||||
|
# voice_id: "female-shaonv"
|
||||||
|
|
||||||
AliyunTTS:
|
AliyunTTS:
|
||||||
# 阿里云智能语音交互服务,需要先在阿里云平台开通服务,然后获取验证信息
|
# 阿里云智能语音交互服务,需要先在阿里云平台开通服务,然后获取验证信息
|
||||||
# 平台地址:https://nls-portal.console.aliyun.com/
|
# 平台地址:https://nls-portal.console.aliyun.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user