From 2b131378502991810beb9dd92dd542944342c9f1 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:15:03 +0000 Subject: [PATCH] docs: update TTS event name in changeset from output_timestamps to output_alignment --- .changeset/inference-tts-aligned-timestamps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/inference-tts-aligned-timestamps.md b/.changeset/inference-tts-aligned-timestamps.md index 6234ff319..1a64f2409 100644 --- a/.changeset/inference-tts-aligned-timestamps.md +++ b/.changeset/inference-tts-aligned-timestamps.md @@ -2,4 +2,4 @@ "@livekit/agents": patch --- -feat(inference/tts): detect aligned transcript capability from provider `modelOptions` (`cartesia.add_timestamps`, `elevenlabs.sync_alignment`, `inworld.timestamp_type`) and forward the gateway's `output_timestamps` WebSocket events as `TimedString` word/character timings attached to the next synthesized audio frame. Ported from livekit/agents#5534. +feat(inference/tts): detect aligned transcript capability from provider `modelOptions` (`cartesia.add_timestamps`, `elevenlabs.sync_alignment`, `inworld.timestamp_type`) and forward the gateway's `output_alignment` WebSocket events as `TimedString` word/character timings attached to the next synthesized audio frame. Ported from livekit/agents#5534.