From 664dfe10c686f9f67d0174ef280f4b167d27b3ca Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Fri, 15 Nov 2024 13:09:27 +0900 Subject: [PATCH 1/2] =?UTF-8?q?manage=5Flibrary=E3=82=92false=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/engine_manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/engine/engine_manifest.json b/engine/engine_manifest.json index f97bd71..88ea46e 100644 --- a/engine/engine_manifest.json +++ b/engine/engine_manifest.json @@ -4,4 +4,11 @@ "brand_name": "VOICEVOX", "url": "https://github.com/VOICEVOX/voicevox_engine", "default_sampling_rate": 24000 + "supported_features": { + "manage_library": { + "type": "bool", + "value": false, + "name": "音声ライブラリのインストール・アンインストール" + } + } } From bdfa1d3d5f64a21795cd24821ae7c9258bdcf42a Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Fri, 15 Nov 2024 13:15:23 +0900 Subject: [PATCH 2/2] Apply suggestions from code review --- engine/engine_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/engine_manifest.json b/engine/engine_manifest.json index 88ea46e..a8061ed 100644 --- a/engine/engine_manifest.json +++ b/engine/engine_manifest.json @@ -3,7 +3,7 @@ "name": "VOICEVOX Engine", "brand_name": "VOICEVOX", "url": "https://github.com/VOICEVOX/voicevox_engine", - "default_sampling_rate": 24000 + "default_sampling_rate": 24000, "supported_features": { "manage_library": { "type": "bool",