Communityv0.1.0

Azure Ai Voicelive Py

Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.

2.6kdownloads2starsthegovind
View on ClawHubBack to Skills

Skill Details

Slug
azure-ai-voicelive-py
Latest Version
0.1.0
Author
thegovind
Published
Jan 31, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Azure Ai Voicelive Py.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

Initial release – enables building real-time voice AI apps using Azure AI Voice Live SDK for Python. - Real-time bidirectional WebSocket audio streaming with Azure AI models. - Supports Server VAD, turn-based conversation, function calls, tools, transcription, and avatar integration. - Easy authentication via `DefaultAzureCredential` or API key. - Provides structured resources for session, response, audio buffers, and conversation state. - Includes example snippets for session config, event handling, audio streaming, and interrupt management. - Supports voice selection, multiple audio formats, and manual or VAD turn-taking.