Add support for non-JSON streaming mode in RimeTTSService, enabling both JSON and raw audio WebSocket streaming for enhanced performance and flexibility.

This commit is contained in:
Gokul Js
2025-12-08 21:32:50 +05:30
parent 0b4d984be6
commit 99f89351fa

4
changelog/3085.added.md Normal file
View File

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