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.