Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 authored Aug 20, 2022
1 parent 49ea0c7 commit 715c1ba
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# VITS 原神语音合成

本repo包含了我用于训练原神VITS模型对源代码做出的修改,以及新的config文件。

由于各种原因,模型和数据集暂无法公布,感兴趣可以自行提取,自行训练。

此外,也可以尝试使用公开的api:http://233366.proxy.nscc-gz.cn:8888/ 来进行尝试,请注意此模型禁止用于任何商业用途。

支持的说话者:
['派蒙', '凯亚', '安柏', '丽莎', '琴', '香菱', '枫原万叶',
'迪卢克', '温迪', '可莉', '早柚', '托马', '芭芭拉', '优菈',
'云堇', '钟离', '魈', '凝光', '雷电将军', '北斗',
'甘雨', '七七', '刻晴', '神里绫华', '戴因斯雷布', '雷泽',
'神里绫人', '罗莎莉亚', '阿贝多', '八重神子', '宵宫',
'荒泷一斗', '九条裟罗', '夜兰', '珊瑚宫心海', '五郎',
'散兵', '女士', '达达利亚', '莫娜', '班尼特', '申鹤',
'行秋', '烟绯', '久岐忍', '辛焱', '砂糖', '胡桃', '重云',
'菲谢尔', '诺艾尔', '迪奥娜', '鹿野院平藏']

Query String 参数:

| 参数 | 类型 ||
| ------------- | ------------- | ------------ |
| text | 字符串 | 生成的文本,支持常见标点符号。英文可能无法正常生成,数字请转换为对应的汉字再进行生成。 |
| speaker | 字符串 | 说话者名称。必须是上面的名称之一。 |
| noise | 浮点数 | 生成时使用的 noise_factor,可用于控制感情等变化程度。默认为0.667。 |
| noisew | 浮点数 | 生成时使用的 noise_factor_w,可用于控制音素发音长度变化程度。默认为0.8。 |
| length | 浮点数 | 生成时使用的 length_factor,可用于控制整体语速。默认为1.2。 |
| format | 字符串 | 生成语音的格式,必须为mp3或者wav。默认为mp3。 |

示例:http://233366.proxy.nscc-gz.cn:8888/?text=你好&speaker=派蒙




# VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech

### Jaehyeon Kim, Jungil Kong, and Juhee Son
Expand Down

0 comments on commit 715c1ba

Please sign in to comment.