From 35ed37c5399d3fea4873e7ff02e98176ab5f81fc Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 23 Apr 2026 16:10:59 -0400 Subject: [PATCH] chore: add changelog fragment for PR #4360 --- changelog/4360.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4360.added.md diff --git a/changelog/4360.added.md b/changelog/4360.added.md new file mode 100644 index 000000000..1c312b2b5 --- /dev/null +++ b/changelog/4360.added.md @@ -0,0 +1 @@ +- Added `SonioxTTSService`, a real-time WebSocket TTS service that streams text in and audio out over a persistent connection. Install with `pip install "pipecat-ai[soniox]"`.