I am developing an acoustic model and an language model for my local language and I have planned to integrate it with pocketsphinx and sphinx4.

Now I want to ask do i need to implement an noise reduction algorithm for transmission accuracy for my local language or the pocketsphinx will take of that ? If yes I need to, then what should be the steps I should follow for integrating the noise reduction algorithm ?

有帮助吗?

解决方案

You do not have to use any noice reduction algorithms.

If you do use one, make sure you apply it to both the training audio and recognized audio. Otherwise you may notice a drop in accuracy.

Depending on the algorithm, you may be losing some important data if you use it. The sound may seem better for you, as a human, but it may become harder to recognize for Sphinx.

其他提示

Not necessary. Noise reduction is unrelated feature. If you do not have noise there is no need for noise reduction.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top