I am building voice based application on android which using pocketsphinx. My problem is that I want to use keyword to active application but i can't find good threshhold for keyword.
I think, i can take one user voice, after that i scan the voice with some threshold to get suitable threshold. However, I dont know a method which scan that function.
How can I solve this problem?
Thank you so much in advance.
Last edit: Thanh Truong 2016-10-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
I am building voice based application on android which using pocketsphinx. My problem is that I want to use keyword to active application but i can't find good threshhold for keyword.
I think, i can take one user voice, after that i scan the voice with some threshold to get suitable threshold. However, I dont know a method which scan that function.
How can I solve this problem?
Thank you so much in advance.
Last edit: Thanh Truong 2016-10-26
Tutorial describes the proces here:
http://cmusphinx.sourceforge.net/wiki/tutoriallm#keyword_lists
Thank you, Nickolay.