From 74ab68cb58bd9c548038133713d17202b147b0d3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 23 Dec 2025 10:15:50 -0500 Subject: [PATCH] Add changelog fragment --- changelog/3288.changed.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/3288.changed.md diff --git a/changelog/3288.changed.md b/changelog/3288.changed.md new file mode 100644 index 000000000..52a9694cd --- /dev/null +++ b/changelog/3288.changed.md @@ -0,0 +1,5 @@ +- Updates to Inworld TTS services: + + - Improved `InworldTTSService`'s websocket implementation to better flush and + close context to better handle long inputs. + - Improved docstrings for `InworldTTSService` and `InworldHttpTTSService`.