- VOICE_ASSISTANT_RUN_START - 1
- on_start
- VOICE_ASSISTANT_WAKE_WORD_START - 9
- — Listening here —
- VOICE_ASSISTANT_WAKE_WORD_END - 10
- on_wake_word_detected
- VOICE_ASSISTANT_STT_START - 3
- — After wake word —
- VOICE_ASSISTANT_STT_VAD_START - 11
- VOICE_ASSISTANT_STT_VAD_END - 12
- VOICE_ASSISTANT_STT_END - 4
- VOICE_ASSISTANT_INTENT_START - 5
- on_intent_start
- VOICE_ASSISTANT_INTENT_END - 6
- on_intent_end
- VOICE_ASSISTANT_TTS_START - 7
- on_tts_started
- VOICE_ASSISTANT_TTS_END - 8
- on_tts_end - Media URL is available
- VOICE_ASSISTANT_RUN_END - 2
- on_end
- – Response streaming —
- on_idle
Last active
June 8, 2025 19:28
-
-
Save fortuna/41b40d808693348789156c523463ec21 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's surprising that the response streaming starts after
on_end
, and the speaker is only released afteron_idle
.