2

I am going to design an App for iPhone 4s where user will have Speech to text feature.

When user taps on UITextView, keyboard will open with microphone option on the left of SpaceKey.

Now my question is, Can I use that microphone option as text input for textview using speech. I dont have iPhone 4s yet, that why, I can not test it own.

aman
  • 23
  • 3

3 Answers3

3

As far as I know, there is no SIRI API available to developers yet (though there are quite a few asking for it).

Ryan Kempt
  • 4,200
  • 6
  • 30
  • 41
  • Yes, I know that there is no API. But microphone option is always there on Keyboard for our apps also (If I am not wrong). Then whats the use of that microphone in our apps if we can not use this as a speech to text translator. – aman Mar 05 '12 at 06:31
2

Speech to text (i.e. the microphone next to the space bar) is a system-level keyboard feature. Any text field that uses the standard keyboard can use speech to text.

UIAdam
  • 5,303
  • 1
  • 27
  • 23
  • Text to speech? I think you have mistakenly mentioned "Speech to text" with "text to speech". I am right? – aman Mar 05 '12 at 06:34
0

You may use the OpenEars for such purpose.

OpenEars is an open-source iOS library for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad.

take a look of this link.

Has good discussion regarding this topic

Community
  • 1
  • 1
Kamar Shad
  • 6,089
  • 1
  • 29
  • 56