voicevox.types package#

Submodules#

voicevox.types.audio_query module#

class voicevox.types.audio_query.AccentPhraseType#

Bases: TypedDict

accent: int#
is_interrogative: bool#
moras: List[MoraType]#
pause_mora: List[MoraType]#
class voicevox.types.audio_query.AudioQueryType#

Bases: TypedDict

accent_phrases: List[AccentPhraseType]#
intonationScale: float#
kana: str#
outputSamplingRate: int#
outputStereo: bool#
pitchScale: float#
postPhonemeLength: float#
prePhonemeLength: float#
speedScale: float#
volumeScale: float#
class voicevox.types.audio_query.MoraType#

Bases: TypedDict

consonant: str#
consonant_length: int#
pitch: float#
text: str#
vowel: str#
vowel_length: int#

voicevox.types.speakers module#

class voicevox.types.speakers.SpeakerType#

Bases: TypedDict

name: str#
speaker_uuid: str#
styles: List[StyleType]#
supported_features: SupportedFeatureType#
version: str#
class voicevox.types.speakers.StyleType#

Bases: TypedDict

id: int#
name: str#
class voicevox.types.speakers.SupportedFeatureType#

Bases: TypedDict

permitted_synthesis_morphing: str#

Module contents#

class voicevox.types.AccentPhraseType#

Bases: TypedDict

accent: int#
is_interrogative: bool#
moras: List[MoraType]#
pause_mora: List[MoraType]#
class voicevox.types.AudioQueryType#

Bases: TypedDict

accent_phrases: List[AccentPhraseType]#
intonationScale: float#
kana: str#
outputSamplingRate: int#
outputStereo: bool#
pitchScale: float#
postPhonemeLength: float#
prePhonemeLength: float#
speedScale: float#
volumeScale: float#
class voicevox.types.MoraType#

Bases: TypedDict

consonant: str#
consonant_length: int#
pitch: float#
text: str#
vowel: str#
vowel_length: int#
class voicevox.types.SpeakerType#

Bases: TypedDict

name: str#
speaker_uuid: str#
styles: List[StyleType]#
supported_features: SupportedFeatureType#
version: str#
class voicevox.types.StyleType#

Bases: TypedDict

id: int#
name: str#
class voicevox.types.SupportedFeatureType#

Bases: TypedDict

permitted_synthesis_morphing: str#