Skip to content

Commit 5731ae7

Browse files
committed
增加语调配置参数
1 parent 09d986d commit 5731ae7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+567
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ phrases_dict.txt
1515
/data/emotional/dimensional_emotion_npy/
1616
/data/bert/vits_chinese_bert/prosody_model.pt
1717
/data/emotional/dimensional_emotion_npy/
18-
/data/models/
19-
/vits/text/
18+
/data/models/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Changzhou dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "changzhou.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "changzhou.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Cixi dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "cixi.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "cixi.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
95.7 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Fuyang dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "fuyang.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "fuyang.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
81.7 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Hangzhounese to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "hangzhou.ocd2"
8+
}
9+
},
10+
"conversion_chain": [{
11+
"dict": {
12+
"type": "group",
13+
"dicts": [{
14+
"type": "ocd2",
15+
"file": "hangzhou.ocd2"
16+
}]
17+
}
18+
}]
19+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Jiading dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "jiading.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "jiading.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Jiashan dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "jiashan.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "jiashan.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Jingjiang dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "jingjiang.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "jingjiang.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Cantonese to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "jyutjyu.ocd2"
8+
}
9+
},
10+
"conversion_chain": [{
11+
"dict": {
12+
"type": "group",
13+
"dicts": [{
14+
"type": "ocd2",
15+
"file": "jyutjyu.ocd2"
16+
}]
17+
}
18+
}]
19+
}
2.32 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Linping dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "linping.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "linping.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
63.8 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Ningbonese to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "ningbo.ocd2"
8+
}
9+
},
10+
"conversion_chain": [{
11+
"dict": {
12+
"type": "group",
13+
"dicts": [{
14+
"type": "ocd2",
15+
"file": "ningbo.ocd2"
16+
}]
17+
}
18+
}]
19+
}
377 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Pinghu dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "pinghu.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "pinghu.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
67.8 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Ruao dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "ruao.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "ruao.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
57.5 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Sanmen dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "sanmen.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "sanmen.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
78.3 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Shaoxing dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "shaoxing.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "shaoxing.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Suichang dialect to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "suichang.ocd2"
8+
}
9+
},
10+
"conversion_chain": [
11+
{
12+
"dict": {
13+
"type": "group",
14+
"dicts": [
15+
{
16+
"type": "ocd2",
17+
"file": "suichang.ocd2"
18+
}
19+
]
20+
}
21+
}
22+
]
23+
}
79.1 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Suzhounese to IPA",
3+
"segmentation": {
4+
"type": "mmseg",
5+
"dict": {
6+
"type": "ocd2",
7+
"file": "suzhou.ocd2"
8+
}
9+
},
10+
"conversion_chain": [{
11+
"dict": {
12+
"type": "group",
13+
"dicts": [{
14+
"type": "ocd2",
15+
"file": "suzhou.ocd2"
16+
}]
17+
}
18+
}]
19+
}
494 KB
Binary file not shown.

0 commit comments

Comments
 (0)