I have the Pocketsphinx Android demo (http://cmusphinx.sourceforge.net/wiki/tutorialandroid) running perfectly by using the setKws
function, but how would I go about having multiple keywords. I have played around with using JSGF, but it seems like the implemented keyword spotting is more efficient as well as I need the ability to have the keywords be dynamic and though it seems that you can have dynamic JSGF (but haven't figured out how), I thought there must be a better way to just slightly alter the current implementation.
Thanks in advance!