forked from VOICEVOX/voicevox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* openapiを更新 * アップデート情報を更新 * actions更新 * アプデ情報を更新 * バージョン比較がおかしくなる問題を修正 (VOICEVOX#679) * Hotfix: プロジェクトファイルのSchemeにisInterrogativeを追加 (VOICEVOX#681) * fix schema * add migration process of is_interrogative * add isInterrogative to scheme * fix word case Co-authored-by: y-chan <[email protected]> * to 0.10.3 * コピペ時もpresetを継承するように変更 (VOICEVOX#677) * to 0.10.4 Co-authored-by: Yuto Ashida <[email protected]> Co-authored-by: Segu <[email protected]> Co-authored-by: Oyaki <[email protected]>
- Loading branch information
1 parent
94b7d0a
commit 0023b8d
Showing
25 changed files
with
155 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
apis/DefaultApi.ts | ||
apis/index.ts | ||
index.ts | ||
models/AccentPhrase.ts | ||
models/AudioQuery.ts | ||
models/HTTPValidationError.ts | ||
models/Mora.ts | ||
models/ParseKanaBadRequest.ts | ||
models/Preset.ts | ||
models/Speaker.ts | ||
models/SpeakerInfo.ts | ||
models/SpeakerStyle.ts | ||
models/StyleInfo.ts | ||
models/ValidationError.ts | ||
models/index.ts | ||
runtime.ts | ||
apis/DefaultApi.ts | ||
apis/index.ts | ||
index.ts | ||
models/AccentPhrase.ts | ||
models/AudioQuery.ts | ||
models/HTTPValidationError.ts | ||
models/Mora.ts | ||
models/ParseKanaBadRequest.ts | ||
models/Preset.ts | ||
models/Speaker.ts | ||
models/SpeakerInfo.ts | ||
models/SpeakerStyle.ts | ||
models/StyleInfo.ts | ||
models/ValidationError.ts | ||
models/index.ts | ||
runtime.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.