Skip to content

Commit f3f3892

Browse files
authored
Merge pull request #35 from maamokun/translations-2
2 parents 76e583f + 00839d3 commit f3f3892

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

voicevox/audio_query.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ class Mora:
1313
Attributes
1414
----------
1515
text: str
16-
文字
16+
Text to synthesize
1717
consonant: str
18-
子音の音素
18+
Start of consonants
1919
consonant_length: int
20-
子音の音長
20+
Pronounciation length of consonants
2121
vowel: str
22-
母音の音素
22+
Start of vowels
2323
vowel_length: int
24-
母音の音長
24+
Length of vowels
2525
pitch: int
26-
ピッチ
26+
ピッチ //Pitch of the voice
2727
"""
2828

2929
def __init__(self, payload: MoraType):

0 commit comments

Comments
 (0)