Questions tagged [cmusphinx]

An open-source toolkit for speech recognition. Includes speech recognizers Sphinx 2-4, PocketSphinx and a set of tools to supplement the recognizers.

CMU Sphinx is a group of speech recognition systems developed at Carnegie Mellon University.

Links:

682 questions
-1
votes
1 answer

Error running Pythontranscriber.py

When I try to run pythontranscriber.py, it fails with the following error: Traceback (most recent call last): File "PythonTranscriber.py", line 14, in from edu.cmu.sphinx.decoder import Decoder ImportError: No module named edu My…
karensantana
  • 1,599
  • 4
  • 21
  • 34
-1
votes
2 answers

error in to use new Words in Dictionary File of sphinx4 speech recognition

I had tried to implement sphinx4 speech recognition from All the sphinx4 forum and source.after lots of difficulty i had succesfulll run the sphinx4 speech rocgnition in java in eclipse.but now i want that instead of the by default grammer…
BhavikKama
  • 8,566
  • 12
  • 94
  • 164
-2
votes
4 answers

need guidance for speech recognition engine with custom keywords c#

I have an windows form app. I need to add speech recognition into it in order to shorten the processing time for product entry. we need this speech recognition in Turkish. if it was in english, because of wrong pronunciation it would give a lot of…
smoothumut
  • 3,423
  • 1
  • 25
  • 35
-2
votes
1 answer

How to get back recoded audio from sphinx4

Hi I am trying to get the audio file from sphinx4, is there any way to save audiofile to local? let see user say "OK sphinx tell me time " I need to save audio file witch contain "ok sphinx4 tell me time " syntax, so i can use this audio file for…
Hamza
  • 2,017
  • 1
  • 19
  • 40
-2
votes
3 answers

How do I create a project file for Sphinx4 in Eclipse?

I downloaded Sphinx 4 beta version 3 from here but when I try to import into Eclipse it says there are no valid project files in it's folder How do I create a valid project file for this?
user13267
  • 6,871
  • 28
  • 80
  • 138
-4
votes
1 answer

Where can I find information about cmusphinx framework?

Where can I find information or source code of Android sphinx framework? I need to make a report about speech recognition technology, especially sphinx framework, how does it works, about optimization of it and etc.
Squeez
  • 919
  • 2
  • 12
  • 30
-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
45
46