This message was deleted.
# ask-ai
s
This message was deleted.
t
Thanks for reaching out, Already. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Thank you for reaching out! Could you please let me know if you're looking for some help with integrating a third-party wake word detection service with LiveKit's Realtime Model (Gemini), or if you're curious about whether there's a built-in wake word detection feature? Also, it would be great to understand if you have any specific requirements or constraints for the wake word detection you're hoping to set up. I'm here to help you every step of the way!
n
I just want to add Wake Word detection no matter its built in or I have to use External one
t
Thanks for reaching out! The LiveKit Realtime Model (Gemini) doesn’t come with built-in wake word detection, but don’t worry—you can definitely add this feature yourself using custom handlers. For instance, the
agent_extensions
repository includes a handy
WakeWordHandler
that lets you set a wake word (like "hey assistant") and decide when the agent should start processing user input. A great example of this is the home automation agent, which listens for the wake word "hey casa" before it responds. Just a heads-up, these are manual integrations and not native features of the Gemini Realtime Model, but they work really well once set up. If you’d like, I’m here to help guide you through setting up the
WakeWordHandler
or integrating it into your project—just let me know! Sources: Gemini Live API integration guide | LiveKit Docs | README.md | home_assistant/homeautomation.py | livekit-plugins/livekit-plugins-google/livekit/plugins/google/beta/realtime...