From 2a6a0d83db7d87f14b9e9ed719fa7b8229e69149 Mon Sep 17 00:00:00 2001 From: Gokul Js Date: Tue, 9 Dec 2025 02:49:37 +0530 Subject: [PATCH] Update docstring in RimeNonJsonTTSService to clarify the focus on the current plain text protocol and note potential future support for JSON WebSocket. --- src/pipecat/services/rime/tts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipecat/services/rime/tts.py b/src/pipecat/services/rime/tts.py index a25ea8f36..b3082272f 100644 --- a/src/pipecat/services/rime/tts.py +++ b/src/pipecat/services/rime/tts.py @@ -627,8 +627,10 @@ class RimeNonJsonTTSService(WebsocketTTSService): - Does not support word-level timestamps or context IDs. - Intended specifically for integrations where the TTS provider only accepts and returns non-JSON messages. + + Note: - Arcana and similar models may add JSON WebSocket support in the - future; this service focuses on the current plain text protocol. + future. This service focuses on the current plain text protocol. """ class InputParams(BaseModel):