We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76e583f + 00839d3 commit f3f3892Copy full SHA for f3f3892
1 file changed
voicevox/audio_query.py
@@ -13,17 +13,17 @@ class Mora:
13
Attributes
14
----------
15
text: str
16
- 文字
+ Text to synthesize
17
consonant: str
18
- 子音の音素
+ Start of consonants
19
consonant_length: int
20
- 子音の音長
+ Pronounciation length of consonants
21
vowel: str
22
- 母音の音素
+ Start of vowels
23
vowel_length: int
24
- 母音の音長
+ Length of vowels
25
pitch: int
26
- ピッチ
+ ピッチ //Pitch of the voice
27
"""
28
29
def __init__(self, payload: MoraType):
0 commit comments