English 中文(简体)
How to convert speech to text in iphone?
原标题:

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 ?

最佳回答

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.

问题回答

I used Nuance’s Dragon Speech SDK for this purpose.

Its free for developers and their SDK have a sample project for STT and TTS both.

Tried Speech to text using this SDK on iOS 9 and it works like a charm.

Here is the link.

https://developer.nuance.com/public/Help/DragonMobileSDKReference_iOS/SpeechKit_Guide/RecognizingSpeech.html

Limitations:

  1. 60 seconds recording time limit.
  2. Recorded audio file is not accessible.
  3. Pauses taken are detected as end of recording.

There s an app for that.

Search for "Dragon Speech".

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.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签