diff --git a/voicevox/audio_query.py b/voicevox/audio_query.py index 32742df..48e8aea 100644 --- a/voicevox/audio_query.py +++ b/voicevox/audio_query.py @@ -13,17 +13,17 @@ class Mora: Attributes ---------- text: str - 文字 + Text to synthesize consonant: str - 子音の音素 + Start of consonants consonant_length: int - 子音の音長 + Pronounciation length of consonants vowel: str - 母音の音素 + Start of vowels vowel_length: int - 母音の音長 + Length of vowels pitch: int - ピッチ + ピッチ //Pitch of the voice """ def __init__(self, payload: MoraType):