Back to skills

azure-ai-voicelive-py

ai-tools

Python SDK for building real-time voice AI applications over WebSocket connections with Azure AI. Handles bidirectional audio streaming, voice activity detection, function calling, and transcription i

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-voicelive-py --skill azure-ai-voicelive-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-voicelive-py
View on GitHub

What This Skill Does

Python SDK for building real-time voice AI applications over WebSocket connections with Azure AI. Handles bidirectional audio streaming, voice activity detection, function calling, and transcription in a single async interface. Connects to models like GPT-4o Realtime for low-latency speech-to-speech interactions. Manually managing WebSocket audio streams, VAD, interruption handling, and event routing would require significant custom infrastructure — this SDK wraps all of that into a typed async Python interface.

When to use it

  • Working with azure ai voicelive py functionality
  • Implementing azure ai voicelive py features
  • Debugging azure ai voicelive py related issues