From 0f22b41c8ca967d9200bc9fb25b2aa43271522bd Mon Sep 17 00:00:00 2001 From: tsukumi Date: Mon, 4 Mar 2024 09:14:26 +0000 Subject: [PATCH] =?UTF-8?q?Update:=20=E3=82=A8=E3=83=B3=E3=82=B8=E3=83=B3?= =?UTF-8?q?=E3=83=9E=E3=83=8B=E3=83=95=E3=82=A7=E3=82=B9=E3=83=88=E3=82=92?= =?UTF-8?q?=20AivisSpeech=20Engine=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine_manifest.json | 26 +++++++++++++------------- poetry.toml | 2 ++ 2 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 poetry.toml diff --git a/engine_manifest.json b/engine_manifest.json index 82121f65..01693cb4 100644 --- a/engine_manifest.json +++ b/engine_manifest.json @@ -1,14 +1,14 @@ { "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", @@ -16,12 +16,12 @@ "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": { @@ -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": "音声ライブラリのインストール・アンインストール" } } diff --git a/poetry.toml b/poetry.toml new file mode 100644 index 00000000..ab1033bd --- /dev/null +++ b/poetry.toml @@ -0,0 +1,2 @@ +[virtualenvs] +in-project = true