Sample example for Speech to Text in iOS

2019-04-29 10:17发布

I am new to iOS programming.Can you please tell me how to convert the speech to text in iOS?Is there any API called?Please suggest me how to proceed?

2条回答
混吃等死
2楼-- · 2019-04-29 10:59

There are several libraries for this kind of conversion - I host two of those on GitHub: libsprec (this uses the Google speech recognition APIs, so it supports multiple languages) and VocalKit which uses the high-quality opensource PocketSphinx library (however, it currently supports English only).

OpenEars uses PocketSphinx as well.

There are some commercial solutions as well: the Dragon Dication SDK is a popular, however quite expensive framework.

查看更多
Root(大扎)
3楼-- · 2019-04-29 11:10

OpenEars is one of the best library available.

You could find all the details from their website.

查看更多
登录 后发表回答