From e11920a0e00d178af33b3e87918349b51a3b2cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 23:28:07 +0000 Subject: [PATCH] docs: update Inworld TTS encoding default from LINEAR16 to PCM Updates documentation to reflect the change in PR #4446 where both InworldTTSService and InworldHttpTTSService changed their default encoding parameter from "LINEAR16" to "PCM". --- api-reference/server/services/tts/inworld.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/server/services/tts/inworld.mdx b/api-reference/server/services/tts/inworld.mdx index 5d1e2c2c..8f215305 100644 --- a/api-reference/server/services/tts/inworld.mdx +++ b/api-reference/server/services/tts/inworld.mdx @@ -93,7 +93,7 @@ WebSocket-based service for lowest latency streaming. rate. - + Audio encoding format. @@ -168,7 +168,7 @@ HTTP-based service supporting both streaming and non-streaming modes. Audio sample rate in Hz. - + Audio encoding format.