azure-ai-voicelive-py

Installation
SKILL.md

Azure AI Voice Live SDK

Build real-time voice AI applications with bidirectional WebSocket communication.

Installation

pip install azure-ai-voicelive aiohttp azure-identity

Environment Variables

AZURE_COGNITIVE_SERVICES_ENDPOINT=https://<region>.api.cognitive.microsoft.com  # Required for all auth methods
# For API key auth (not recommended for production)
AZURE_COGNITIVE_SERVICES_KEY=<api-key>  # Only required for AzureKeyCredential auth
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production
Related skills
Installs
1
GitHub Stars
2.3K
First Seen
Feb 4, 2026