1

I'm trying to use voice to text conversion to fill UITextFields (online mode).Please explain.

  • 1
    Your question might be too broad. Please let us know what you have tried so far. – SanitLee Sep 06 '15 at 06:13
  • 1
    Is the one that comes with the system keyboard not good enough? – soulshined Sep 06 '15 at 06:14
  • possible duplicate of [API or SDK for speech to text(speech recognition ) iphone](http://stackoverflow.com/questions/4151812/api-or-sdk-for-speech-to-textspeech-recognition-iphone) – MasterRazer Sep 06 '15 at 07:51

1 Answers1

0

Although this question is a duplicate I'm going to answer this!

I used Openears in many cases. It might be difficult to implement but it has a ton of features and is the best API you can possibly find.

Additonally it has the feature of Text-To-Speech which allows you to read a string aloud for example.

And the best part of it: it works offline too!

Openears

Here are some other questions asked before, which might help you a little. (Duplicates)

ios speech to text conversion

iPhone App › Add voice recognition?

API or SDK for speech to text(speech recognition ) iphone

Speech recognition using Openears framework?

Community
  • 1
  • 1
MasterRazer
  • 1,377
  • 3
  • 16
  • 40