Speech to text for single word

假如想象 提交于 2019-12-04 16:51:47

I have tried the hello world sphinx demo app, but it gives not expected results.

You need to provide more details on what have your tried. Keyword spotting is supported by pocketsphinx, you can check it here

http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx

To test keyword spotting you can try:

pocketsphinx_continuous -infile file.wav -keyphrase "hello world" -kws_threshold 1e-40

that will look for a keyphrase in a file.

I don't know how to choose the correct acoustic model, dictionary file, language model. For a single word is the language model necessary?

Language model is not necessary. For acoustic model and the dictionary you can select the ones that best suited for your language.

Is there any prebuilt acoustic model for Indian English?

There are no models for Indian English yet but you can try US-English model, it should work ok for a single word.

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