Can I use Speech Studio Custom Command on local machine?

Kaushikkumar Halvadia 1 Reputation point
2020-12-03T12:49:55.057+00:00

Can I use Speech Studio Custom Command on local machine without calling Azure Cognitive Speech Service API call?

In my application, I get user voice and I want to check with given voice against predefined list of Custom Command and respond based on the that message.

Azure Speech
Azure Speech
An Azure service that integrates speech processing into apps and services.
812 questions
Azure Cognitive Services
Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
993 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,106 Reputation points
    2020-12-03T19:50:45.253+00:00

    Thanks for reaching out. To use custom commands locally, you need to use the speech sdk in order to communicate with your custom command application. Hope this helps.