Skip to main content
Stream audio chunks as they are synthesized, enabling playback to start before the full synthesis completes.

Streaming Synthesis

Example: Streaming Audio Player

Example: Chat Response with Streaming TTS

Stop Synthesis

Cancel ongoing synthesis:

When to Use Streaming

Streaming synthesis reduces time-to-first-audio for long text: - Regular synthesis: Wait for full synthesis, then play - Streaming synthesis: Start playing after first chunk (~100ms)

Performance Characteristics