From 8cd07edcdcf009478814f7e58b3c1768019d18f4 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sun, 21 Jul 2024 14:41:21 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=9E=8B=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/EngineManageDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dialog/EngineManageDialog.vue b/src/components/Dialog/EngineManageDialog.vue index 7b676eee..c1a1f2dc 100644 --- a/src/components/Dialog/EngineManageDialog.vue +++ b/src/components/Dialog/EngineManageDialog.vue @@ -463,6 +463,7 @@ const getFeatureName = (name: keyof SupportedFeatures) => { adjustPitchScale: "全体の音高の調整", adjustIntonationScale: "全体の抑揚の調整", adjustVolumeScale: "全体の音量の調整", + adjustPauseLength: "句読点などの無音時間の調整", interrogativeUpspeak: "疑問文の自動調整", synthesisMorphing: "2種類のスタイルでモーフィングした音声を合成", sing: "歌唱音声合成",