From 4fcb099fd7988582c681d3f33724aa3947e0a697 Mon Sep 17 00:00:00 2001 From: Gokul Js Date: Tue, 9 Dec 2025 02:43:57 +0530 Subject: [PATCH] Add RimeNonJsonTTSService to support non-JSON streaming mode, enabling WebSocket streaming for the Arcana model. --- changelog/3085.added.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/3085.added.md b/changelog/3085.added.md index d46455c2d..c1effe44b 100644 --- a/changelog/3085.added.md +++ b/changelog/3085.added.md @@ -1,4 +1,2 @@ -- 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. +- Added `RimeNonJsonTTSService` which supports non-JSON streaming mode. This new class supports websocket streaming for the Arcana model.