Sample example for Speech to Text in iOS

懵懂的女人 提交于 2019-12-05 10:41: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.

OpenEars is one of the best library available.

You could find all the details from their website.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!