pocketsphinx-android-demo icon indicating copy to clipboard operation
pocketsphinx-android-demo copied to clipboard

This is a demonstration for Pocketsphinx on Android

Results 12 pocketsphinx-android-demo issues
Sort by recently updated
recently updated
newest added

When I copy the Mandarin language model to this project and use my custom grammer file,there is a error in the IDE's Logcat. error: ---------------------------------------------------------------------------------------------------------------- " FATAL: "fsg_lextree.c", line 718:...

How to dynamically add wake-up words?Can you do this by modifying the wake-up words in the resource file?Are there libraries that generate wake-up word formats offline?

I keep getting this error and I don't know why. Can someone explain me what it means?

The issue is similar to as mentioned in https://github.com/cmusphinx/pocketsphinx-android-demo/issues/13. My issue is below: Command: CALL ABCD I have a command "CALL ABCD", where CALL is a pre-defined Keyword followed by...

Hi! Great demo and amazing open source software! Im struggling to put together the difference between a .gram and .dict files. In the demo, we have multiple grammar files containing...

I'm currently being flooded with this error in the logcat. The app still runs, but it recognizes the words very poorly. What could I be doing wrong?

Since the release of the stable version of Android Wear 2.0 last week and my small additions to the project, this Pocketsphinx demo is available as a standalone app for...

Crash below, it looks like it's failing to properly grab the external files dir. ``` Non-fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at android.app.ContextImpl.getExternalFilesDir(ContextImpl.java:468) at android.content.ContextWrapper.getExternalFilesDir(ContextWrapper.java:219) at edu.cmu.pocketsphinx.Assets.(Assets.java:95) at com.willblaschko.android.alexalistens.MainActivity$SettingsFragment$6.doInBackground(MainActivity.java:253) at com.willblaschko.android.alexalistens.MainActivity$SettingsFragment$6.doInBackground(MainActivity.java:245)...

Library is crashing when initializing the SpeechRecognizer with the following call: ``` recognizer = defaultSetup() .setAcousticModel(new File(assetsDir, "en-us-ptm")) .setDictionary(new File(assetsDir, "cmudict-en-us.dict")) // Use context-independent phonetic search, context-dependent is too slow...

Logcat attached - start around line 3000 (and 5840), package is: com.willblaschko.android.alexalistens. I don't seem to have a problem on many other devices, just the ones Google is testing with....