From 1a21aeb9d76ed2eca90619d3180104f8a66df5eb Mon Sep 17 00:00:00 2001 From: Cale Shapera <25466659+cshape@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:07:41 -0800 Subject: [PATCH 1/2] update inworld docs to show support for websockets and timestamps --- server/services/tts/inworld.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/services/tts/inworld.mdx b/server/services/tts/inworld.mdx index bcc10b39..5bff8a12 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 streaming and non-streaming using HTTP and `InworldWebsocketTTSService` for real-time, minimal-latency use-cases. Featuring support for 12+ languages, word/character timestamps, custom pronunciation and instant voice cloning. Complete example with Inworld TTS From b10176156b7497564ac3492924b36a53483ccc8d Mon Sep 17 00:00:00 2001 From: Cale Shapera <25466659+cshape@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:33:09 -0800 Subject: [PATCH 2/2] updates for most recent plugin --- server/services/tts/inworld.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/services/tts/inworld.mdx b/server/services/tts/inworld.mdx index 5bff8a12..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 -Inworld provides high-quality, low-latency speech synthesis via two implementation types: `InworldTTSService` for streaming and non-streaming using HTTP and `InworldWebsocketTTSService` for real-time, minimal-latency use-cases. Featuring support for 12+ languages, word/character timestamps, custom pronunciation and instant voice cloning. +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