Questions tagged [pocketsphinx-android]

PocketSphinx is a lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop.

CMUSphinx is an open-source toolkit for speech recognition. Pocketsphinx is one of the decoders provided by CMUSphinx specifically targeted on mobile platforms like Android.

This tag is for questions related to problems running Pocketsphinx decoder on Android platform.

To get more information on pocketsphinx on android, see https://cmusphinx.github.io/wiki/tutorialandroid/.

109 questions
-1
votes
1 answer

How to implement remove_noise on PocketSphinx android?

I have implement the speech recognition using PocketSphinx in my android application, everything works fine except the recognizer is too sensitive. It made my application result (speech-to-text) not working properly. I have already change the…
Lupint
  • 41
  • 1
  • 8
-1
votes
1 answer

pocket sphinx android demo 4.4

Pocket sphinx android demo runs fine on LG l39c android 4.1. Will not run on LG l34c Android 4.4 "Fatal signal 6 (SIGABRT) at 0x00000365 (code=0), thread 5046 (cketsphinx.demo)" Also having problem with TTS never calling onInit (wait does not…
-2
votes
1 answer

How to access microphone in worklight 6.0.0.2?

I am currently developing a mobile app that converts voice to text using pocketsphinx imported in worklight. Its working fine in mozilla alone but the microphone is not getting recognised in any of the other browsers or in the worklight. So how to…
Sriram
  • 11
  • 4
-8
votes
2 answers

What Grammar to use when recognizing letters

Using speech recognition I want to create a spelling game in which a user says the letter. For example, the user says "S" "T" "A" "C" "K". I am using PocketSphinx to accomplish this. Here is my code: File modelsDir = new File(assetsDir, "models"); …
Jayson Tamayo
  • 2,741
  • 3
  • 49
  • 76
1 2 3 4 5 6 7
8