deepgram-go-text-to-speech
Installation
SKILL.md
Using Deepgram Text-to-Speech from the Go SDK
When to use this product
Use this skill for pkg/client/speak work:
- file or stream synthesis over REST
- low-latency synthesis over WebSockets
- callback-based or channel-based audio playback pipelines
Use a different skill when:
- you need STT (
deepgram-go-speech-to-text) - you need live voice-agent orchestration (
deepgram-go-voice-agent) - you need repo workflow guidance (
deepgram-go-maintaining-sdk)
Authentication
Set DEEPGRAM_API_KEY before creating Speak clients.