Setting use_normalized_timestamps to False so that input and output text match

This commit is contained in:
Mark Backman
2026-04-30 14:21:14 -04:00
parent fb42a7dcf3
commit 6487f895b3

View File

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