-
Notifications
You must be signed in to change notification settings - Fork 6
/
engine_manifest.json
79 lines (79 loc) · 2.56 KB
/
engine_manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"manifest_version": "0.13.1",
"name": "AivisSpeech Engine",
"brand_name": "AivisSpeech",
"uuid": "1b4a5014-d9fd-11ee-b97d-83c170a68ed3",
"version": "999.999.999",
"url": "https://github.com/Aivis-Project/AivisSpeech-Engine",
"command": "run",
"port": 10101,
"icon": "resources/engine_manifest_assets/icon.png",
"default_sampling_rate": 44100,
"frame_rate": 172.265625,
"terms_of_service": "resources/engine_manifest_assets/terms_of_service.md",
"update_infos": "resources/engine_manifest_assets/update_infos.json",
"dependency_licenses": "resources/engine_manifest_assets/dependency_licenses.json",
"supported_vvlib_manifest_version": null,
"supported_features": {
"adjust_mora_pitch": {
"type": "bool",
"value": false,
"name": "モーラごとの音高の調整"
},
"adjust_phoneme_length": {
"type": "bool",
"value": false,
"name": "音素ごとの長さの調整"
},
"adjust_speed_scale": {
"type": "bool",
"value": true,
"name": "全体の話速の調整"
},
"adjust_pitch_scale": {
"type": "bool",
"value": true,
"name": "全体の音高の調整"
},
"adjust_intonation_scale": {
"type": "bool",
"value": true,
"name": "全体の抑揚の調整"
},
"adjust_volume_scale": {
"type": "bool",
"value": true,
"name": "全体の音量の調整"
},
"adjust_pause_length": {
"type": "bool",
"value": false,
"name": "句読点などの無音時間の調整"
},
"interrogative_upspeak": {
"type": "bool",
"value": false,
"name": "疑問文の自動調整"
},
"synthesis_morphing" : {
"type": "bool",
"value": false,
"name": "2種類のスタイルでモーフィングした音声を合成"
},
"sing" : {
"type": "bool",
"value": false,
"name": "歌唱音声合成"
},
"manage_library": {
"type": "bool",
"value": false,
"name": "音声ライブラリのインストール・アンインストール"
},
"return_resource_url": {
"type": "bool",
"value": false,
"name": "キャラクター情報のリソースを URL で返送"
}
}
}