【问题标题】:Real-time Conversation Transcription using azure speech to text使用 azure speech to text 进行实时对话转录
【发布时间】:2023-02-01 20:05:33
【问题描述】:

创建语音签名在 Asp.Net core 3.1 控制台应用程序中不起作用。

我正在使用 azure speech to text 服务实现语音转文本。我正在尝试使用 Microsoft 链接从 .wav 音频文件中获取用户对话,该链接在下面提到

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

当我实现创建语音签名时,它不会返回任何 Json 字符串结果并且程序停止执行。

【问题讨论】:

    标签: asp.net-core-3.1 azure-cognitive-services user-registration


    【解决方案1】:

    您可以安装最新的 Microsoft.CognitiveServices.Speech NuGet 包。

    要使用 NuGet 包管理器安装最新版本的 Microsoft Speech SDK,请在包管理器控制台中运行以下命令:

    Install-Package Microsoft.CognitiveServices.Speech -Version 1.13.0
    

    我们能够成功运行代码示例。运行该函数两次以获得两个语音签名字符串,用作变量 voiceSignatureStringUser1 和 voiceSignatureStringUser2 的输入。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-07-14
      • 1970-01-01
      • 2019-11-14
      • 1970-01-01
      • 1970-01-01
      • 2021-01-31
      • 2017-09-06
      相关资源
      最近更新 更多