I already added the parameter above. But android app just returns the blank(empty string) as the recognized result and the expected one is "STOPP". Could you please try to add it to your project to check if your result is different from mine?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear cmusphinx,
I used android code that mentioned in the link below
http://stackoverflow.com/questions/29008111/give-a-file-as-input-to-pocketsphinx-on-android
and use the tool pocketsphinx_batch from pocketsphinx to recognise the same
wav files
But these results are not the same. The one from pocketsphinx_batch tool is
better.
I already attached the zip file that contains
Please review them and then tell how to write android code that will give
the same result like pocketsphinx_batch did
Yours sincerely, Toan
Last edit: Toan Nguyen 2016-03-30
add
into de-cont/feat.params to configure proper cmn init value.
I already added the parameter above. But android app just returns the blank(empty string) as the recognized result and the expected one is "STOPP". Could you please try to add it to your project to check if your result is different from mine?