简体   繁体   中英

Real-time Conversation Transcription using azure speech to text

Create voice signatures does not work in Asp.Net core 3.1 console app.

I am implementing speech to text using azure speech to text service. I am trying to get users conversation from.wav audio file using Microsoft link which mention in blow

https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-conversation-transcription?pivots=programming-language-csharp .

When I implement Create voice signatures it does not return any Json String Result and execution of program stops.

You can Install the latest Microsoft.CognitiveServices.Speech NuGet package.

To install the latest version of the Microsoft Speech SDK using the NuGet package manager, run the following command in the Package Manager Console:

Install-Package Microsoft.CognitiveServices.Speech -Version 1.13.0

We are able to run the code sample successfully. Run the function twice to get two voice signature strings to use as input for the variables voiceSignatureStringUser1 and voiceSignatureStringUser2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM