0

I have a live streaming audio and i need to convert it to text.Is there any api or SDK available to create an IOS app for this requirement ?

user2842000
  • 21
  • 1
  • 5

1 Answers1

2

In iOS 10, it is possible to convert speech into text using Speech framework. 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 limits recognition per app.

  • If you routinely hit limits, make sure to contact Apple, they can
    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