-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 追加:絶対値か倍率かのフラグ * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * 追加:絶対値か倍率かのフラグ[is_pauseLengthUseScale] * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * Update tts_engine.py * 削除:isPauseLengthUseScale, isPauseLengthFixed * 削除:isPauseLengthUseScale, isPauseLengthFixed * 削除:isPauseLengthUseScale, isPauseLengthFixed * pauseLengthをNone許容 * pauseLengthをNone許容 * 片付け * 片付け * 片付け * 片付け * 片付け * 片付け * Apply suggestions from code review * テストをちょっと変更 * minimum追加 * 更新忘れ * 「句読点などの無音時間」 --------- Co-authored-by: Hiroshiba <[email protected]>
- Loading branch information
Showing
23 changed files
with
5,747 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
volumeScale: 1 | ||
prePhonemeLength: 0.1 | ||
postPhonemeLength: 0.1 | ||
pauseLength: null | ||
pauseLengthScale: 1 |
20 changes: 19 additions & 1 deletion
20
test/e2e/__snapshots__/test_openapi/test_OpenAPIの形が変わっていないことを確認.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
2 changes: 2 additions & 0 deletions
2
test/e2e/single_api/preset/__snapshots__/test_presets/test_get_presets_200.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
2 changes: 2 additions & 0 deletions
2
...e2e/single_api/tts_pipeline/__snapshots__/test_audio_query/test_post_audio_query_200.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...ine/__snapshots__/test_audio_query_from_preset/test_post_audio_query_from_preset_200.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.