From 6487f895b35d5012411bbe6786eb18e19c966024 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 30 Apr 2026 14:21:14 -0400 Subject: [PATCH] Setting use_normalized_timestamps to False so that input and output text match --- src/pipecat/services/cartesia/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/cartesia/tts.py b/src/pipecat/services/cartesia/tts.py index c6c539e97..6b3fc4b83 100644 --- a/src/pipecat/services/cartesia/tts.py +++ b/src/pipecat/services/cartesia/tts.py @@ -487,7 +487,7 @@ class CartesiaTTSService(WebsocketTTSService): "sample_rate": self._output_sample_rate, }, "add_timestamps": add_timestamps, - "use_normalized_timestamps": True, + "use_normalized_timestamps": False, } if self._max_buffer_delay_ms is not None: