telnyx-voice-media-java

Manage voice call media playback, recording, and text-to-speech via the Telnyx Java SDK.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-voice-media-java
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-voice-media-java
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/java/telnyx-voice-media-java
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-voice-media-java

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to programmatically control voice call media playback, recording, and text-to-speech synthesis using the Telnyx Java SDK, simplifying the creation of interactive voice response (IVR) systems and call management applications.

Core Features & Use Cases

  • Audio Playback: Play audio files from URLs during a call.
  • Call Recording: Start, pause, and resume call recording with specified formats.
  • Text-to-Speech: Convert text into spoken audio during a call.
  • Use Case: Integrate this skill into a customer support application to play hold music, record agent-customer interactions, and provide automated announcements via text-to-speech.

Quick Start

Use the telnyx-voice-media-java skill to start playing an audio file on the call with the ID 'call_control_id'.

Frequently Asked Questions about telnyx-voice-media-java

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I play audio files during a voice call in Java?

To play audio files during a voice call in Java, use the Telnyx Java SDK to trigger audio playback from a URL. This Skill provides the necessary API examples to control media and initiate audio streaming for active calls.

Can I start and pause call recording programmatically using Java?

Yes, you can start, pause, and resume call recording programmatically using Java. This Skill provides SDK examples for controlling call recordings with specified formats, allowing developers to manage agent-customer interactions effectively.

How does text-to-speech synthesis work for IVR systems in Java?

Text-to-speech synthesis for IVR systems in Java works by converting text into spoken audio during a call via API calls. This Skill provides examples using the Telnyx Java SDK to synthesize speech, enabling automated announcements in call center applications.

Do I need the Telnyx Java SDK to build call center automation?

Yes, you need to integrate with the Telnyx Java SDK to execute actions via API calls for call center automation. This Skill requires the SDK to programmatically control voice call media, manage recordings, and synthesize speech.

What is the best way to control voice call media for real-time applications in Java?

The best way to control voice call media for real-time applications in Java is by using the Telnyx Java SDK to manage audio playback, call recording, and text-to-speech synthesis. It simplifies creating interactive voice response systems.