Where is cloud speech SDK?

Peter Taps 1 Reputation point
2021-02-12T03:34:07.93+00:00

I need to write a program where I can send an utterance "What time is it?" to Azure cloud and get back the response audio. I have done something similar with Amazon Alexa SDK as well as Google Assistant SDK. But I cannot find the right SDK to use for Microsoft. Can someone please point me in the right direction?

Note that I have found Microsoft's speech-to-text and text-to-speech APIs. However, this is not what I am looking for. I am looking for automated responses to my queries such as for time and weather. Regards.

Any platform (.NET, C++ on Linux) is fine.

Thank you for your help.

Peter

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,471 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,361 Reputation points Microsoft Employee
    2021-02-12T12:35:35.71+00:00

    @Peter Taps The architecture around building a smart assistant like alexa on Azure needs integration between different services. The architecture for the same at a high level looks like below:

    67429-image.png

    While most of the smart integration is required from services like LUIS, QnAMaker or bing web search you can each SDKs available in each of these services. Speech service is primarily used to convert speech to text and vice-versa.

    0 comments No comments