How to Reduce Noise in Sphinx4 application

痞子三分冷 提交于 2019-12-02 09:02:01

Static noise cancellation with spectral subtraction is enabled by default in latest version sphinx4-5prealpha. You do not need to do anything special, just use the latest version.

Follow the tutorial:

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

Extra speech is ignored in latest version if you are using grammar decoding, not large vocabulary decoding with language model. If you use grammar decoding it should ignore all the words in the grammar. For words not in the grammar it should return a special word <unk>.

Accuracy debugging is a complex process and requires a test recording to reproduce accuracy problems. Without test recording it is hard to suggest you how to improve accuracy. Beside test recording you need to provide models you use in decoding and other information to reproduce your results.

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