Skip to content

Commit

Permalink
Update: エンジンマニフェストを AivisSpeech Engine に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Mar 4, 2024
1 parent 5add554 commit 0f22b41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 13 additions & 13 deletions engine_manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"manifest_version": "0.13.1",
"name": "DUMMY Engine",
"brand_name": "DUMMY",
"uuid": "c7b58856-bd56-4aa1-afb7-b8415f824b06",
"version": "999.999.999",
"url": "https://github.com/VOICEVOX/voicevox_engine",
"name": "AivisSpeech Engine",
"brand_name": "AivisSpeech",
"uuid": "1b4a5014-d9fd-11ee-b97d-83c170a68ed3",
"version": "0.1.0",
"url": "https://github.com/Aivis-Project/AivisSpeech-Engine",
"command": "run",
"port": 50021,
"port": 10101,
"icon": "engine_manifest_assets/icon.png",
"default_sampling_rate": 24000,
"default_sampling_rate": 44100,
"frame_rate": 93.75,
"terms_of_service": "engine_manifest_assets/terms_of_service.md",
"update_infos": "engine_manifest_assets/update_infos.json",
"dependency_licenses": "engine_manifest_assets/dependency_licenses.json",
"supported_features": {
"adjust_mora_pitch": {
"type": "bool",
"value": true,
"value": false,
"name": "モーラごとの音高の調整"
},
"adjust_phoneme_length": {
"type": "bool",
"value": true,
"value": false,
"name": "音素ごとの長さの調整"
},
"adjust_speed_scale": {
Expand All @@ -46,22 +46,22 @@
},
"interrogative_upspeak": {
"type": "bool",
"value": true,
"value": false,
"name": "疑問文の自動調整"
},
"synthesis_morphing" : {
"type": "bool",
"value": true,
"value": false,
"name": "2種類のスタイルでモーフィングした音声を合成"
},
"sing" : {
"type": "bool",
"value": true,
"value": false,
"name": "歌唱音声合成"
},
"manage_library": {
"type": "bool",
"value": true,
"value": false,
"name": "音声ライブラリのインストール・アンインストール"
}
}
Expand Down
2 changes: 2 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true

0 comments on commit 0f22b41

Please sign in to comment.