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 :
openears This is the best library for this.
libsprec This uses the Google speech recognition APIs, so it supports multiple languages.
VocalKit which uses the high-quality opensource PocketSphinx library (however, it currently supports English only).
Hope it helps you.