From 99f89351fa8b7d81b459c2859e818909a84bb794 Mon Sep 17 00:00:00 2001 From: Gokul Js Date: Mon, 8 Dec 2025 21:32:50 +0530 Subject: [PATCH] Add support for non-JSON streaming mode in RimeTTSService, enabling both JSON and raw audio WebSocket streaming for enhanced performance and flexibility. --- changelog/3085.added.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/3085.added.md diff --git a/changelog/3085.added.md b/changelog/3085.added.md new file mode 100644 index 000000000..d46455c2d --- /dev/null +++ b/changelog/3085.added.md @@ -0,0 +1,4 @@ +- Added support for non-JSON streaming mode in `RimeTTSService`. The service now + supports both JSON and non-JSON (raw audio) WebSocket streaming modes for + improved performance and flexibility. +