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 with flux_speak_to_file(...) or flux_speak_to_stream(...), or turn by turn over the WebSocket with flux_request(options).handle().

Authentication

For a TTS-only install:

Installs
12
GitHub Stars
66
First Seen
May 31, 2026
deepgram-rust-text-to-speech — deepgram/deepgram-rust-sdk