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