kitt icon indicating copy to clipboard operation
kitt copied to clipboard

Enable key phrase detection?

Open bergutman opened this issue 11 months ago • 1 comments

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!

bergutman avatar Sep 18 '23 22:09 bergutman