Telnyx Voice Streaming Java

🌐Community
by team-telnyx · vlatest · Repository

Stream real-time audio data to Telnyx voice functions using Java for custom integrations and advanced processing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-voice-streaming-java npx -- -y @trustedskills/telnyx-voice-streaming-java
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-voice-streaming-java": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-voice-streaming-java"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Java integration for Telnyx voice streaming. It allows AI agents to send and receive audio data directly using the Telnyx Voice Streaming API, enabling real-time voice communication capabilities within applications. The skill handles the complexities of managing a persistent connection for continuous audio flow.

When to use it

  • Building interactive voice assistants: Create an IVA that can respond in natural speech rather than text.
  • Real-time call transcription: Integrate with Telnyx's real-time transcription services directly from your AI agent.
  • Voice-enabled chatbots: Allow users to interact with a chatbot using their voice for a more conversational experience.
  • Automated phone calls: Enable the AI agent to make outbound calls and deliver pre-recorded messages or dynamically generated speech.

Key capabilities

  • Java integration for Telnyx Voice Streaming API
  • Persistent connection management for continuous audio flow
  • Sending and receiving audio data in real-time
  • Supports both inbound and outbound voice streaming

Example prompts

  • "Start a voice stream to connect with the user."
  • "Send this text as synthesized speech over the voice stream: 'Hello, how can I help you?'"
  • "Pause the audio stream while I process the user's request."

Tips & gotchas

  • Requires a Telnyx account and API key to function.
  • Ensure your Java environment is properly configured with the necessary dependencies for Telnyx SDK.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
5

🌐 Community

Passed automated security scans.