pocketsphinx-android
pocketsphinx-android copied to clipboard
pocketsphinx build for Android
I have found out that timeout in continuous mode is not stopping utt. Is this a bug? Made some changes in SpeechRecognizer.java to get it stopped (see "//UN" comments): @Override...
Hi guys, I need help. I try to add new words in current language model already set. But the new words cannot be recognized. What's wrong with this code? ```java...
I used the training tool and got a .dic and a .lm file How do I tell PocketSphinx to use the new .lm file? I do not see a .SetLanguageModel...
After pocketshpinx is ititialized, adn onpartialresults is being called, i NEVER get a detection of my wake phrase. I only get detections after this appears in the log. : 06-14...
can you add an onRmsChanged method or give access to the recorder amplitude? I know how tho build libraries with android ndk but not this one maybe make the tutorial...
Hello. Please help me. How to handle an error, when phrase not contains words from JSGF? In the logcat a see next: ERROR: "fsg_search.c", line 910: Final result does not...
I find it odd that "mainHandler.post(new ResultEvent(hypothesis, true));" is only ever called in SpeechRecognizer.stop(). I would expect the final result to be posted if the main recognizer loop timed out...