Xamarin Speech Recognizer (Azure Cognitive Services) - Wake Up Phrase

Matt Drouillard 186 Reputation points
2021-03-25T13:55:22.37+00:00

I would like to use this service:
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/azure-cognitive-services/speech-recognition

But to not just transcribe speech to text on the trigger of a button, but instead; to listen constantly like Google Home/Alexa and wait for specific keywords to "awaken" Does anyone know if this is possible with either this service or another implementation in Xamarin?

If I say "Hey Google" or "Alexa" for example, wake up or begin processing.

Thanks!

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,289 questions
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-03-25T21:28:02.863+00:00

    Hi, thanks for reaching out. I believe you're looking for custom keyword. You can create keyword models in Speech Studio, then you export a model file that you use with the Speech SDK in your applications. Hope this helps!

    0 comments No comments