azure-ai-voicelive-java Skill
Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java". Published by microsoft in skills.
What is azure-ai-voicelive-java Skill?
Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java". 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
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-voicelive-java Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-ai-voicelive-java/SKILL.md
What it does
Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java".
Skill instructions
Azure AI VoiceLive SDK for Java Real-time, bidirectional voice conversations with AI assistants using WebSocket technology. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-ai-voicelive</artifactId <version1.0.0-beta.2</version </dependency Environment Variables bash AZUREVOICELIVEENDPOINT=https://<resource.openai.azure.com/ Required for all auth methods AZUREVOICELIVEAPIKEY=<your-api-key Only required for AzureKeyCredential auth AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication API Key java import com.azure.ai.voicelive.VoiceLiveAsyncClient; import com.azure.ai.voicelive.VoiceLiveClientBuilder; import com.azure.core.credential.AzureKeyCredential; VoiceLiveAsyncClient client = new VoiceLiveClientBuilder() .endpoint(System.getenv("AZUREVOICELIVEENDPOINT")) .credential(new AzureKeyCredential(System.getenv("AZUREVOICELIVEAPIKEY"))) .buildAsyncClient(); DefaultAzureCredential (Recommended) java import com.azure.c
Explore related resources
Frequently asked questions
What is azure-ai-voicelive-java?
azure-ai-voicelive-java is a open-source AI agent skill with Copy skill directory. Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket.
Who is azure-ai-voicelive-java best for?
azure-ai-voicelive-java is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-voicelive-java?
Install or run azure-ai-voicelive-java using Copy skill directory. Check azure-ai-voicelive-java for the latest setup command.
Is azure-ai-voicelive-java actively maintained?
azure-ai-voicelive-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.