diff --git a/src/pipecat/services/rime.py b/src/pipecat/services/rime.py index bffe89f48..13b307c6a 100644 --- a/src/pipecat/services/rime.py +++ b/src/pipecat/services/rime.py @@ -244,7 +244,7 @@ class RimeTTSService(AudioContextWordTTSService): async def flush_audio(self): if not self._context_id or not self._websocket: return - + logger.trace(f"{self}: flushing audio") await self._get_websocket().send(json.dumps({"text": " "})) self._context_id = None