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 AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,393 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,371 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 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.