Skip to content

Commit 447cf32

Browse files
Merge pull request #3 from KakaruHayate/main
1.3
2 parents 32958a3 + 5aa85ad commit 447cf32

4 files changed

Lines changed: 1054 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# 更新日志
2+
3+
4+
## V1.3
5+
6+
2023/12/26
7+
- 修复了虽然添加了多种音色的支持但没有支持一点的bug
8+
- 整理了杂乱的文件结构
9+
10+
## V1.3a
11+
12+
2023/12/23
13+
- 取消了对日语的支持
14+
- 添加对多种音色的支持
15+
16+
## V1.2
17+
18+
2023/12/09
19+
- 添加音高预测模型
20+
21+
22+
## V1.2-b3
23+
24+
2023/12/08
25+
- 添加更新日志
26+
- 添加LISENCES
27+
- 继续训练了欠拟合的模型
28+
- 重新对[声码器(OpenVPI)][4]进行微调
29+
- 对词典的日语部分修改
30+
31+
32+
## V1.2-b2
33+
34+
2023/12/06
35+
- 重新训练音素时长模型,支持日语
36+
- 训练数据加入[CODEY_dataset][5]
37+
-[声码器(fishaudio)][3]进行微调
38+
39+
40+
## V1.2-b1
41+
42+
2023/12/05
43+
- 重新训练声学模型、能量与气声模型
44+
- 全面优化数据标注,大幅提升声库易用性及性能
45+
- 支持日语
46+
47+
48+
## V1.1
49+
50+
2023/11/26
51+
- 重新训练
52+
- 引擎升级到[DiffsingerV2(OpenVPI)][2]
53+
- 数据重新处理
54+
- 添加音素时长模型
55+
- 添加能量与气声模型
56+
- 添加对ENE、BREC、GEN、VEL参数的支持
57+
- 替换背景透明的立绘([yousa-ling-official-production/yousa-ling-diffsinger-v1#2][1])
58+
59+
60+
## V1.0
61+
62+
2023/04/04
63+
- 加入数据增强,重新训练
64+
- 初次发布版本
65+
66+
67+
## V1.0-0224
68+
69+
2023/02/24
70+
- 数据重筛选,重新训练
71+
72+
73+
## V1.0-0219
74+
75+
2023/02/19
76+
- 最初版本
77+
78+
79+
80+
81+
82+
[1]: https://github.com/yousa-ling-official-production/yousa-ling-diffsinger-v1/pull/2
83+
[2]: https://github.com/openvpi/DiffSinger
84+
[3]: https://github.com/fishaudio/fish-diffusion/releases/tag/v2.0.0
85+
[4]: https://openvpi.github.io/vocoders/
86+
[5]: https://github.com/KakaruHayate/CODEY_Dataset

0 commit comments

Comments
 (0)