mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 09:03:54 +08:00
update:智控台添加免费流式TTS(linkerai)
This commit is contained in:
@@ -324,7 +324,7 @@ VAD:
|
||||
type: silero
|
||||
threshold: 0.5
|
||||
model_dir: models/snakers4_silero-vad
|
||||
min_silence_duration_ms: 700 # 如果说话停顿比较长,可以把这个值设置大一些
|
||||
min_silence_duration_ms: 200 # 如果说话停顿比较长,可以把这个值设置大一些
|
||||
|
||||
LLM:
|
||||
# 所有openai类型均可以修改超参,以AliLLM为例
|
||||
@@ -758,11 +758,12 @@ TTS:
|
||||
output_dir: tmp/
|
||||
LinkeraiTTS:
|
||||
type: linkerai
|
||||
api_url: https://tts.linkerai.top/tts
|
||||
audio_format: "opus"
|
||||
api_url: https://tts.linkerai.cn/tts
|
||||
audio_format: "pcm"
|
||||
# 默认的access_token供大家测试时免费使用的,此access_token请勿用于商业用途
|
||||
# 如果效果不错,可自行申请token,申请地址:https://linkerai.top
|
||||
# 各参数意义见开发文档:https://tts.linkerai.top/docs#/default/text_to_speech_tts_get
|
||||
# 如果效果不错,可自行申请token,申请地址:https://linkerai.cn
|
||||
# 各参数意义见开发文档:https://tts.linkerai.cn/docs
|
||||
# 支持声音克隆,可自行上传音频,填入voice参数,voice参数为空时,使用默认声音
|
||||
access_token: "U4YdYXVfpwWnk2t5Gp822zWPCuORyeJL"
|
||||
voice: "7OEPouTL46bS2Qe"
|
||||
voice: "OUeAo1mhq6IBExi"
|
||||
output_dir: tmp/
|
||||
Reference in New Issue
Block a user