From a5037b9f32f079e5dc78995aab3da79f622b3550 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 26 May 2025 09:54:51 -0400 Subject: [PATCH] Document pipline event run-start: tts_output.stream_response (#2679) --- docs/voice/pipelines/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/voice/pipelines/index.md b/docs/voice/pipelines/index.md index c87c92cf..957f35ef 100644 --- a/docs/voice/pipelines/index.md +++ b/docs/voice/pipelines/index.md @@ -41,7 +41,7 @@ The following events can be emitted: | Name | Description | Emitted | Attributes | |----------------|------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `run-start` | Start of pipeline run | always | `pipeline` - ID of the pipeline
`language` - Language used for pipeline
`runner_data` - Extra WebSocket data:
`tts_output` - TTS Output data | +| `run-start` | Start of pipeline run | always | `pipeline` - ID of the pipeline
`language` - Language used for pipeline
`runner_data` - Extra WebSocket data:
`tts_output` - TTS Output data | | `run-end` | End of pipeline run | always | | | `wake_word-start` | Start of wake word detection | audio only | `engine`: wake engine used
`metadata`: incoming audio
`timeout`: seconds before wake word timeout metadata | | `wake_word-end` | End of wake word detection | audio only | `wake_word_output` - Detection result data: |