--- id: livekit-plugins-azure version: "1.6.10" license: Apache-2.0 license_treatment: permissive maintenance: active --- # livekit-plugins-azure — Agent Framework plugin for services from Azure License: permissive · Maintenance: active · Downloads: 311.2K/mo ## What it is and what it does This package is a plugin for the LiveKit Agents framework that adds support for Azure AI services, with a focus on Azure Speech for voice processing. It acts as a bridge between LiveKit's real-time communication infrastructure and Azure's cognitive services, allowing developers to build voice-enabled agents that can process audio in real time using Azure's speech recognition and synthesis capabilities. The plugin is designed to work within the LiveKit Agents ecosystem and requires configuration through environment variables for Azure credentials. It's part of a broader plugin architecture where other Azure services (like Azure OpenAI) are handled by separate plugins. The package is actively maintained and targets modern Python versions (3.10+), indicating it's built for current development practices. Use it for: - Build voice-enabled chatbots using LiveKit's agent framework with Azure Speech for transcription and synthesis - Create real-time voice assistants that process audio streams through Azure cognitive services - Integrate Azure Speech capabilities into existing LiveKit video/voice applications for AI-driven interactions - Develop multi-modal agents that combine video, audio, and Azure AI services for interactive applications ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates Azure AI services, particularly Azure Speech, into LiveKit Agents for real-time voice and audio processing in agent applications. Yes, if you're building LiveKit agents that need Azure Speech or other Azure AI services. The package is actively maintained, has low install friction, uses a permissive license, and integrates cleanly into the LiveKit ecosystem. Verify that Azure Speech is the service you need (Azure OpenAI requires a separate plugin) and that you can provide the required environment variables for authentication. ## Install pip install livekit-plugins-azure uv add livekit-plugins-azure poetry add livekit-plugins-azure ## Installing livekit-plugins-azure Before you install: Low friction install with a pure-Python wheel. Actively maintained with a release one day old and a well-established parent project (13003 stars). Requires only two runtime dependencies: azure-cognitiveservices-speech and livekit-agents. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most production deployments. Quickstart: pip install livekit-plugins-azure import livekit_plugins_azure # Configure with AZURE_SPEECH_KEY and AZURE_SPEECH_REGION environment variables Requires Python 3.10 or later. Azure Speech Key and Deployment Region must be set as environment variables (AZURE_SPEECH_KEY and AZURE_SPEECH_REGION). Verify before relying: - Specific Azure AI services supported beyond Azure Speech (e.g., language, translation, vision capabilities) - Whether this plugin works with Azure OpenAI or if the separate OpenAI plugin is required - Performance characteristics and latency for real-time speech processing - Cost implications of using Azure Speech through this integration ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 311.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags azure speech integration, livekit azure plugin, azure ai agents, real-time voice processing, azure cognitive services, livekit azure speech, agent framework azure, realtime-communication, azure-integration, voice-ai [View on SkillFed](https://skillfed.io/packages/livekit-plugins-azure) · [View on PyPI](https://pypi.org/project/livekit-plugins-azure/)