azure-ai-voicelive-ts
Real-time voice AI SDK for building bidirectional voice assistants with Azure AI in Node.js and browser environments.
npx skills add majiayu000/claude-skill-registry --skill azure-ai-voicelive-ts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: azure-ai-voicelive-ts description: | Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant TypeScript", "bidirectional audio", "speech-to-speech JavaScript". package: @azure/ai-voicelive --- # @azure/ai-voicelive (JavaScript/TypeScript) Real-time voice AI SDK for building bidirectional voice assistants with Azure AI in Node.js and browser environments. ## Installation ```bash npm install @azure/ai-voicelive @azure/identity # TypeScript users npm install @types/node ``` **Current Version**: 1.0.0-beta.3 **Supported Environments**: - Node.js LTS versions (20+) - Modern browsers (Chrome, Firefox, Safari, Edge) ## Environment Variables ```bash AZURE_VOICELIVE_ENDPOINT=https://<resource>.cognitiveservices.azure.com # Optional: API key if not using Entra ID AZURE_VOICELIVE_API_KEY=<your-api-key> # Optional: Logging AZURE_LOG_LEVEL=info ``` ## Authentication ### Microsof
- Installation
- Environment Variables
- Authentication
- Microsoft Entra ID (Recommended)
- API Key
- Client Hierarchy
- Quick Start
- Session Configuration
- Event Handling (Azure SDK Pattern)
- Function Calling
- Voice Options
- Supported Models
- Turn Detection Options
- Audio Formats
npm install @azure/ai-voicelive @azure/identity TypeScript users npm install @types/node
What does the azure-ai-voicelive-ts skill do?
Real-time voice AI SDK for building bidirectional voice assistants with Azure AI in Node.js and browser environments.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill azure-ai-voicelive-ts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
