Add RimeNonJsonTTSService to support non-JSON streaming mode, enabling WebSocket streaming for the Arcana model.

This commit is contained in:
Gokul Js
2025-12-09 02:43:57 +05:30
parent 99f89351fa
commit 4fcb099fd7

View File

@@ -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.