Usage guide
Setup, environment variables, and Python/JavaScript/Go usage examples.
AzureVoiceLive
Realtime speech-to-speech integration for Azure Voice Live. Wraps the Azure Voice Live realtime model so it can be used as a full speech-to-speech provider within the runtime. Configuration is supplied through anAzureVoiceLiveConfig instance and resolved into a flat
parameter map for the runtime.
Constructor
Azure Voice Live API key. When omitted, the value of the
AZURE_VOICE_LIVE_API_KEY environment variable is used.Provider configuration. When omitted, a default
AzureVoiceLiveConfig is used.Service endpoint URL. When omitted, the endpoint from
config is used, falling back to the AZURE_VOICE_LIVE_ENDPOINT environment variable, then an empty string.aclose
cleanup
aclose.