From 860756034993113f2c98a60707792590bb026cec Mon Sep 17 00:00:00 2001 From: Emberstar <969242373@qq.com> Date: Tue, 4 Jul 2023 18:21:19 +0800 Subject: [PATCH] update: docs --- README.md | 1 + README_zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index dd1df67..63882ff 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ After enabling it, you need to add the `api_key` parameter in GET requests and a | Noise | noise | false | 0.667 | float | | | Noise Weight | noisew | false | 0.8 | float | | | Segmentation threshold | max | false | 50 | int | Divide the text into paragraphs based on punctuation marks, and combine them into one paragraph when the length exceeds max. If max<=0, the text will not be divided into paragraphs. | +| Streaming response | streaming | false | false | bool | Streamed synthesized speech with faster initial response. | ## VITS voice conversion diff --git a/README_zh.md b/README_zh.md index b20c142..29fc9e5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -503,6 +503,7 @@ def voice_dimensional_emotion(upload_path): | 噪声 | noise | false | 0.667 | float | | | 噪声偏差 | noisew | false | 0.8 | float | | | 分段阈值 | max | false | 50 | int | 按标点符号分段,加起来大于max时为一段文本。max<=0表示不分段。 | +| 流式响应 | streaming | false | false | bool | 流式合成语音,更快的首包响应。 | ## VITS 语音转换