deepgram-rust-text-to-speech
Installation
SKILL.md
Using Deepgram Text-to-Speech (Rust SDK)
Use this skill when generating audio from text with the Rust SDK's Speak surface.
When to use this product
- Converting text into audio files with
speak_to_file(...). - Streaming TTS bytes with
speak_to_stream(...). - Selecting Aura voices and output encodings with
speak::options::Options. - Synthesizing with Flux TTS (
/v2/speak) in batch withflux_speak_to_file(...)orflux_speak_to_stream(...), or turn by turn over the WebSocket withflux_request(options).handle().
Authentication
For a TTS-only install: