azure-ai-voicelive-dotnet Skill
Azure AI Voice Live SDK for .NET. 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. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET Published by microsoft in skills.
What is azure-ai-voicelive-dotnet Skill?
Azure AI Voice Live SDK for .NET. 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. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use azure-ai-voicelive-dotnet Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-ai-voicelive-dotnet/SKILL.md
What it does
Azure AI Voice Live SDK for .NET. 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. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET
Skill instructions
Azure.AI.VoiceLive (.NET) Real-time voice AI SDK for building bidirectional voice assistants with Azure AI. Installation bash dotnet add package Azure.AI.VoiceLive dotnet add package Azure.Identity dotnet add package NAudio For audio capture/playback Current Versions: Stable v1.0.0, Preview v1.1.0-beta.1 Environment Variables bash AZUREVOICELIVEENDPOINT=https://<resource.services.ai.azure.com/ Required: Voice Live endpoint AZUREVOICELIVEMODEL=gpt-4o-realtime-preview Required: model deployment name AZUREVOICELIVEVOICE=en-US-AvaNeural Optional: Voice Live voice name AZUREVOICELIVEAPIKEY=<your-api-key Only required for AzureKeyCredential auth AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Microsoft Entra Token Credential csharp using Azure.Identity; using Azure.AI.VoiceLive; Uri endpoint = new Uri("https://your-resource.cognitiveservices.azure.com"); // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or
Explore related resources
Frequently asked questions
What is azure-ai-voicelive-dotnet?
azure-ai-voicelive-dotnet is a open-source AI agent skill with Copy skill directory. Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication.
Who is azure-ai-voicelive-dotnet best for?
azure-ai-voicelive-dotnet is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install azure-ai-voicelive-dotnet?
Install or run azure-ai-voicelive-dotnet using Copy skill directory. Check azure-ai-voicelive-dotnet for the latest setup command.
Is azure-ai-voicelive-dotnet actively maintained?
azure-ai-voicelive-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.