Skip to content

Commit

Permalink
Fix: 型エラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jul 21, 2024
1 parent 3096aad commit 8cd07ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dialog/EngineManageDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ const getFeatureName = (name: keyof SupportedFeatures) => {
adjustPitchScale: "全体の音高の調整",
adjustIntonationScale: "全体の抑揚の調整",
adjustVolumeScale: "全体の音量の調整",
adjustPauseLength: "句読点などの無音時間の調整",
interrogativeUpspeak: "疑問文の自動調整",
synthesisMorphing: "2種類のスタイルでモーフィングした音声を合成",
sing: "歌唱音声合成",
Expand Down

0 comments on commit 8cd07ed

Please sign in to comment.