I am using SpeechRecognition python package that incudes pocketsphinx decoder. I trained acoustic model with three speakers with sphinxtrain and used lmtool for getting language model. Now, I am getting good accuracy on the utterance but when there is complete silence or some random noise it will detect some random words/sentences. How to get rid of this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using SpeechRecognition python package that incudes pocketsphinx decoder. I trained acoustic model with three speakers with sphinxtrain and used lmtool for getting language model. Now, I am getting good accuracy on the utterance but when there is complete silence or some random noise it will detect some random words/sentences. How to get rid of this?