Usage guide

Setup, environment variables, and Python/JavaScript/Go usage examples.

AzureTTS

Initialize the Azure TTS plugin. Slot: tts. Route: plugins — direct to the vendor, with AZURE_SPEECH_KEY or an explicit api_key. The target accepts **kwargs, so the fields below are what it documents rather than everything it tolerates; the rest go through extra.

Fields

str
default:"en-US-JennyNeural"
str | None
default:"None"
Optional[VoiceTuning]
default:"None"
Accepts VoiceTuning, or a plain mapping with the same fields.
Optional[SpeakingStyle]
default:"None"
Accepts SpeakingStyle, or a plain mapping with the same fields.
bool
default:"True"
str | None
default:"None"
str | None
default:"None"
str | None
default:"None"

SpeakingStyle

Configuration for speech expressive style. Mirrored, not imported: the vendor’s class is rebuilt from this on the runtime side. A mapping is still accepted wherever this is.

Fields

str
required

VoiceTuning

Configuration for speech tuning (rate, volume, pitch). Mirrored, not imported: the vendor’s class is rebuilt from this on the runtime side. A mapping is still accepted wherever this is.