From c35d7c3996fe235189e46d8b87c3ad81e4400487 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 14 Aug 2021 06:57:16 +0900 Subject: [PATCH] hotfix (#15) --- VERSION.txt | 2 +- run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 9325c3ccd..a2268e2de 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/run.py b/run.py index 29c758fb6..b87bfb9c5 100644 --- a/run.py +++ b/run.py @@ -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