简体   繁体   English

是否可以在iOS中将实时流音频转换为文本

[英]Is it possible to covert live streaming audio to text in ios

我有一个实时流音频,我需要将其转换为文本。是否有可用的api或SDK可以创建用于此要求的IOS应用程序?

In iOS 10, it is possible to convert speech into text using Speech framework. 在iOS 10中,可以使用“ 语音”框架将语音转换为文本。 You can follow this link . 您可以点击此链接 But there are some limitations which are as follows: 但是有一些限制如下:

  • Apple limits recognition per device. 苹果限制每个设备的识别。 The limit is not known, but you can contact Apple for more information. 该限制未知,但是您可以与Apple联系以获取更多信息。

  • Apple limits recognition per app. Apple限制每个应用程序的识别。

  • If you routinely hit limits, make sure to contact Apple, they can 如果您经常遇到限制,请确保与Apple联系,他们可以
    probably resolve it. 可能解决它。

  • Speech recognition uses a lot of power and data. 语音识别使用了大量的功能和数据。

  • Speech recognition only lasts about a minute at a time. 语音识别一次仅持续约一分钟。

You can also use OpenEars , and Google Cloud Speech API 您还可以使用OpenEarsGoogle Cloud Speech API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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