You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
833 B
15 lines
833 B
# # VoiceCloneParam
|
|
|
|
## 属性
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**text** | **string** | 需要合成音频的文本 |
|
|
**wav** | **string** | 要克隆的音频文件URL地址,当type为custom该字段有效 | [optional]
|
|
**type** | **string** | 克隆类型,可选值[sys(系统预设), custom(用户自定义)] |
|
|
**speaker** | **string** | 发音人,当type为sys该字段有效 | [optional]
|
|
**volume** | **int** | 音量,可选值[-20 ~ 20] 默认0 | [optional]
|
|
**speed** | **float** | 语速,倍速,可选值[0.5 ~ 2.0] 默认1 | [optional]
|
|
**tone** | **float** | 音调,可选值[0.5 ~ 1.5] 默认1 | [optional]
|
|
|
|
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)
|
|
|