docs: update TTS event name in changeset from output_timestamps to output_alignment#1370
Open
detail-app[bot] wants to merge 1 commit intomainfrom
Conversation
|
| Name | Type |
|---|---|
| @livekit/agents | Patch |
| @livekit/agents-plugin-anam | Patch |
| @livekit/agents-plugin-assemblyai | Patch |
| @livekit/agents-plugin-baseten | Patch |
| @livekit/agents-plugin-bey | Patch |
| @livekit/agents-plugin-cartesia | Patch |
| @livekit/agents-plugin-cerebras | Patch |
| @livekit/agents-plugin-deepgram | Patch |
| @livekit/agents-plugin-elevenlabs | Patch |
| @livekit/agents-plugin-google | Patch |
| @livekit/agents-plugin-hedra | Patch |
| @livekit/agents-plugin-inworld | Patch |
| @livekit/agents-plugin-lemonslice | Patch |
| @livekit/agents-plugin-liveavatar | Patch |
| @livekit/agents-plugin-livekit | Patch |
| @livekit/agents-plugin-minimax | Patch |
| @livekit/agents-plugin-mistral | Patch |
| @livekit/agents-plugin-neuphonic | Patch |
| @livekit/agents-plugin-openai | Patch |
| @livekit/agents-plugin-phonic | Patch |
| @livekit/agents-plugin-resemble | Patch |
| @livekit/agents-plugin-rime | Patch |
| @livekit/agents-plugin-runway | Patch |
| @livekit/agents-plugin-sarvam | Patch |
| @livekit/agents-plugin-silero | Patch |
| @livekit/agents-plugins-test | Patch |
| @livekit/agents-plugin-trugen | Patch |
| @livekit/agents-plugin-xai | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updated the changeset file to reflect the renamed TTS WebSocket event type from
output_timestampstooutput_alignmentin the inference gateway protocol.Introduced by commit a9d4422 (@chenghao-mou, #1354)
Changes Made
.changeset/inference-tts-aligned-timestamps.mdto referenceoutput_alignmentinstead ofoutput_timestampsAdditional Notes
The changeset description was factually incorrect after the event type was renamed. When this changeset is consumed during the next release, the changelog will now correctly document the event name that users should listen for when implementing aligned transcript support.
Doc Drift PRs can be configured here.