Converting speech to text in iOS [closed]

久未见 提交于 2020-01-03 05:16:13

问题


I'm looking for a sample example which implements open ear or any other speech recognizer to convert speech into text. Is there any tutorial which can help me out with the text to speech conversion.


回答1:


There are several libraries for speech to text coversion. You can use any of them.

They are as below :

  1. openears This is the best library for this.

  2. libsprec This uses the Google speech recognition APIs, so it supports multiple languages.

  3. VocalKit which uses the high-quality opensource PocketSphinx library (however, it currently supports English only).

Hope it helps you.



来源:https://stackoverflow.com/questions/16367018/converting-speech-to-text-in-ios

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