I have implement the speech recognition using PocketSphinx in my android application, everything works fine except the recognizer is too sensitive. It made my application result (speech-to-text) not working properly.
I have already change the threshold until the lowest I can get, which is 1f.
I used English, and limited library with certain grammar, and I make my own dictionary using the Sphinx Knowledge Base Tool.
Even though I used the acoustic model en-us-ptm from the demo of cmuSphinx.
I have done some research that Sphinx have remove_noise function, but I can seems to find it. or is there any other way to make the pocketsphinx recognizer better ?
Thankyou.