views:

315

answers:

3

Hi all,

I want to build an application where user when talks something on iphone it will convert into corresponding text.

I heard in windows platform it is possible.

Wheather this is possible in iphone ? Any API available for this ?

A: 

The question has been asked a lot of times here already, this being one of these questions that received quite a few answers and good ideas.

There is no API for doing speech to text on the iPhone, but you can record the voice on the phone, send the recording to a server that runs the speech recognition software on Windows or whatever OS suits you best, then return the text results back to the phone.

luvieere
+1  A: 

There's an app for that.

Search for "Dragon Speech".

Jay
A: 

It is possible on the iPhone. Pocketsphinx has been ported. For example, an app called cactus dialer uses pocketsphinx. No API has been published but its not hard to get it built. Many people have.

For full blown dictation it will be hard. You will need to make it server based like Nuance's 'dragon speech' does or accept a smaller vocabulary.

ecret