Skip to content

Commit

Permalink
hotfix (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Aug 13, 2021
1 parent 89a8b4f commit c35d7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_accent_phrases(text: str, speaker_id: int) -> List[AccentPhrase]:
],
accent=accent_phrase.accent,
pause_mora=(
Mora(text="、", consonant=None, vowel="pau")
Mora(text="、", consonant=None, vowel="pau", pitch=0)
if (
i_accent_phrase == len(breath_group.accent_phrases) - 1
and i_breath_group != len(utterance.breath_groups) - 1
Expand Down

0 comments on commit c35d7c3

Please sign in to comment.