Skip to content

Commit

Permalink
add: リクエストのノートにNoteIdを代入可能にし、音素ごとに元のノートIDが紐づくようにする (#2283)
Browse files Browse the repository at this point in the history
* ScoreにNoteIdを導入

* add adjustPauseLength
  • Loading branch information
Hiroshiba authored Oct 5, 2024
1 parent d02afc5 commit 616ad31
Show file tree
Hide file tree
Showing 30 changed files with 194 additions and 166 deletions.
2 changes: 1 addition & 1 deletion openapi.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/Dialog/EngineManageDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ const getFeatureName = (name: keyof SupportedFeatures) => {
adjustPitchScale: "全体の音高の調整",
adjustIntonationScale: "全体の抑揚の調整",
adjustVolumeScale: "全体の音量の調整",
adjustPauseLength: "句読点などの無音時間の調整",
interrogativeUpspeak: "疑問文の自動調整",
synthesisMorphing: "2種類のスタイルでモーフィングした音声を合成",
sing: "歌唱音声合成",
Expand Down
48 changes: 24 additions & 24 deletions src/openapi/apis/DefaultApi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/openapi/models/AccentPhrase.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions src/openapi/models/AudioQuery.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/openapi/models/BaseLibraryInfo.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/openapi/models/DownloadableLibraryInfo.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 616ad31

Please sign in to comment.