diff --git a/main/xiaozhi-server/config.yaml b/main/xiaozhi-server/config.yaml index f8caa762..1fca578c 100644 --- a/main/xiaozhi-server/config.yaml +++ b/main/xiaozhi-server/config.yaml @@ -70,10 +70,10 @@ enable_stop_tts_notify: false # 说完话是否开启提示音,音效地址 stop_tts_notify_voice: "config/assets/tts_notify.mp3" -# TTS音频发送延迟配置(毫秒) +# TTS音频发送延迟配置 # tts_audio_send_delay: 控制音频包发送间隔 # 0: 使用精确时间控制,严格匹配音频帧率(默认,运行时按音频帧率计算) -# > 0: 使用固定延迟发送 +# > 0: 使用固定延迟(毫秒)发送,例如: 60 tts_audio_send_delay: 0 exit_commands: @@ -993,4 +993,4 @@ TTS: # sample_rate: 24000 # 采样率:16000, 8000, 24000 # volume: 50 # 音量:0-100 # speed: 50 # 语速:0-100 - # pitch: 50 # 语调:0-100 \ No newline at end of file + # pitch: 50 # 语调:0-100