diff --git a/server/services/tts/inworld.mdx b/server/services/tts/inworld.mdx index bcc10b39..07659e30 100644 --- a/server/services/tts/inworld.mdx +++ b/server/services/tts/inworld.mdx @@ -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. Complete example with Inworld TTS