deepgram-java-text-to-speech
Installation
SKILL.md
Using Deepgram Text-to-Speech (Java SDK)
Convert text to audio with REST or stream audio back incrementally over WebSocket via /v1/speak.
When to use this product
- REST (
audio().generate) — one-shot synthesis when you already have the full text. - WebSocket (
v1WebSocket()) — lower-latency synthesis while text arrives in chunks.
Use a different skill when:
- You need the system to listen, think, and speak in one session →
deepgram-java-voice-agent.
Authentication
import com.deepgram.DeepgramClient;