Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions server/services/tts/inworld.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Text-to-speech service using Inworld AI's TTS APIs"

## Overview

`InworldTTSService` provides high-quality text-to-speech synthesis using Inworld AI's TTS APIs with natural-sounding voices and real-time streaming capabilities. The service supports both streaming and non-streaming modes, making it suitable for various use cases from low-latency conversational AI to batch audio generation.
Inworld provides high-quality, low-latency speech synthesis via two implementation types: `InworldTTSService` for real-time, minimal-latency use-cases through websockets and `InworldHttpTTSService` for streaming and non-streaming use-cases over HTTP. Featuring support for 12+ languages, timestamps, custom pronunciation and instant voice cloning.

<CardGroup cols={2}>
<Card
Expand All @@ -16,9 +16,9 @@ description: "Text-to-speech service using Inworld AI's TTS APIs"
Pipecat's API methods for Inworld TTS integration
</Card>
<Card
title="Example Implementation"
title="Example Implementation (Websockets)"
icon="play"
href="https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/07ab-interruptible-inworld-http.py"
href="https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/07ab-interruptible-inworld.py"
>
Complete example with Inworld TTS
</Card>
Expand Down