I am using the latest pocketsphinx android demo (mighty computer),which takes input from microphone. I want to give a wav file as input to the same. I tried using decoder.processrow() function. But I don't know how to configure the decoder using hmm, lm etc.
相关问题
- Keyword is not detected using pocketsphinx on andr
- Long audio speech recognition on Android
- PocketSphinx android demo runtime exception
- Google recognizer and pocketsphinx in two differen
- Use multiple dictionaries for cmu sphinx
相关文章
- Long audio speech recognition on Android
- PocketSphinx android demo runtime exception
- Google recognizer and pocketsphinx in two differen
- Use multiple dictionaries for cmu sphinx
- PocketSphinx - How to understand when getHypstr()
- How to setup tresholds to spot keywords from a lis
- Pocketsphinx Android demo error: “Failed to init r
- Run Pocketsphinx and Google TTS together
Adding to the answer from Nikolay, this is how it can be done on Android, adapting the SpeechRecognizer Android implementation example found here: http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Code to process files in pocketsphinx-java