【问题标题】:How to get live Speech to Text using AWS Transcribe in android?如何在 android 中使用 AWS Transcribe 获得实时语音转文本?
【发布时间】:2020-04-07 12:29:10
【问题描述】:

我想使用 AWS Transcribe API 将用户的实时语音转换为文本。出于某种原因,没有关于如何在 android 中完成的适当文档。 这是以低效方式执行此操作的链接 Speech to text by AWS service using Java API 在此链接中,解决方案是从用户那里获取音频文件,将其存储到 S3,然后使用 transcribe 将其转换并等待它完成大约几分钟后再将其存储回 S3。

我想这样做而不将文件存储到 S3,转换它,再次将输出文件存储到 S3。我该怎么做?

【问题讨论】:

  • 从我读到的here看来,这是设置亚马逊网络服务处理语音到文本的唯一方式。你可能想看看谷歌有什么像 Cloud Speech-to-Text API
  • 嘿@chinnc,感谢您的链接。而关于使用其他一些服务,我实际上想使用 AWS 的 Transcribe Medical。

标签: android amazon-web-services aws-transcribe


【解决方案1】:

您可以使用 Transcribe streaming 转录现场语音,该服务支持 websocket:https://docs.aws.amazon.com/transcribe/latest/dg/websocket-med.html

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多