·azure-ai-voicelive
</>

azure-ai-voicelive

microsoft/agent-skills

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.

0Installs·0Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-voicelive

SKILL.md

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

| conn.session | Session configuration | update(session=...) | | conn.response | Model responses | create(), cancel() | | conn.inputaudiobuffer | Audio input | append(), commit(), clear() | | conn.outputaudiobuffer | Audio output | clear() | | conn.conversation | Conversation state | item.create(), item.delete(), item.truncate() |

| conn.transcriptionsession | Transcription config | update(session=...) |

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. Source: microsoft/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-voicelive
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is azure-ai-voicelive?

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. Source: microsoft/agent-skills.

How do I install azure-ai-voicelive?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-voicelive Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/microsoft/agent-skills