Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Jul 4, 2023
1 parent 03497b7 commit 8607560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 语音转换

Expand Down

0 comments on commit 8607560

Please sign in to comment.