Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Enable key phrase detection? #13

Open
bergutman opened this issue Sep 18, 2023 · 1 comment
Open

Enable key phrase detection? #13

bergutman opened this issue Sep 18, 2023 · 1 comment

Comments

@bergutman
Copy link

Is there a way to enable key phrase detection so that Kitt only responds upon hearing a trigger phrase such as "hey kitt?" I apologize if there's an obvious answer, I'm not well versed in livekit yet. Perusing through the code I noticed that under transcriber.go there's a list of catchphrases:

Phrases: []*sttpb.PhraseSet_Phrase{
        {Value: "${hello} ${gpt}"},
        {Value: "${gpt}"},
	{Value: "Hey ${gpt}"},
	{Value: "Kitt"},
	{Value: "Kit-t"},
	{Value: "Kit"},
} 

No clue if this is even implemented yet and/or how to enable it but very intrigued!

@jxyk2007
Copy link

Maybe RTC (Real Time Communication), not doing STT on browsers 。I guess。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants