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
0
votes
0 answers

Nullpointer exception in CMUSphinx4 recognizer.getResult

Attempted: Transcribing a small .wav file Problem: Running into an error - details and code below. The code is a ditto of a sample at…
Vajra
  • 471
  • 1
  • 4
  • 4
0
votes
1 answer

Speech recognition Sphinx4 Hindi

I am trying to work on Hindi speech recognition. I am getting the error in setting paths of models. I am setting them like shown below. Where am I going wrong? configuration …
Maddy
  • 1
0
votes
1 answer

How to create Dictionary file from vocab?

How to create dictionary(.dict) file for our specific domain Language model. I'm using CMU tool kit to create ARPA format Language model, but in that there is no option to create .dict file. Thanks in advance.
Sumitraj Patil
  • 107
  • 1
  • 1
  • 11
0
votes
1 answer

convert from sendump to mixture_weights in pocketsphinx

I am doing adaptaion of my custom acoustic model. I refered this link , but i need mixture_weights file for adaptation, when i am going to convert sendump file to mixture_weights file by using command /python…
Mansuu....
  • 1,206
  • 14
  • 27
0
votes
2 answers

Getting python link error on OSX, PyMac_Error in linker flags

Whenever I try to install CMU PocketSphinx I get the error : checking for Python include path... -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 checking for Python library path...…
DaveTheAl
  • 1,995
  • 4
  • 35
  • 65
0
votes
0 answers

Null pointer exception on recognizer.allocate

I have a doubt in sphinx4-5 prealpha release. I'm not able to use class Recognizer, earlier in sphinx4 we were able to use like this: Recognizer recognizer = new Recognizer(); recognizer.allocate(); But the same piece of code in sphinx4-5 prealpha…
Sumitraj Patil
  • 107
  • 1
  • 1
  • 11
0
votes
0 answers

CMU Sphinx Set Acoustic Model Path Error

Am trying to create a speech-to-text java program using CMU Sphinx 4. Have loaded jar files into project. But am receiving the error that a resource cannot be located. I have confirmed that the resource is present within the jar file. Sorry, I'm…
0
votes
1 answer

Already trained HMM model for word recognition

I've implemented a phoneme classifier using an autoencoder (Given an audio file array it returns all the recognized phonemes). I want to extend this project so that word recognition is possible. Does there exist an already trained HMM model (in…
fxhh
  • 47
  • 9
0
votes
1 answer

Digits recognition with CMU Sphinx

Hi Recognition Experts, I have a lot of mp3-files (original audio stream samplerate was 11.025 kHz) containing digits (0 - 9). Different speakers (male/female) say for example "One", "Seven", "Three" etc. with pauses between them (~ 2 - 2.5…
0
votes
1 answer

"Uninitialized value" error when running word_align.pl script

I'm trying to run the word_align.pl script provided by CMUSphinx. I write the command as follows: perl word_align.pl actualtext.txt batchOutputText.txt But the terminal gives me the following errors: Use of uninitialized value $ref_uttid in hash…
A.M.
  • 34
  • 5
0
votes
1 answer

CMUSphinx error using Dutch : Decoder_setJsgfFile returned -1 Android

Building an Android app with Speech recognition component. I've built a keyword .gram file, containing the 3.240 words I want to recognize. I've constructed a corresponding dictionary (phonetic), using…
Kees Koenen
  • 772
  • 2
  • 11
  • 27
0
votes
1 answer

Phone is mising in the acoustic model

When I use pocketsphinx_continuous -infile my audio -dict my_dictionary -jsgf my_jsgf I got these errors: ERROR: "dict.c", line 195: Line 1: Phone 'I' is mising in the acoustic model; word 'Bismi' ignored ERROR: "dict.c", line 195: Line 2: Phone…
hasan
  • 17
  • 3
0
votes
2 answers

onPartialResult is always one value, even after I change the keyword?

hypothesis.getHypstr() is always one value, even after I change the keyword! I am using pocketsphinx to do speech recognition, and I let the user change what to listen for. This value is stored in my shared preferences. My problem is that…
Ruchir Baronia
  • 7,406
  • 5
  • 48
  • 83
0
votes
0 answers

Speech Recognition in my local language using CMUSphinx (Java)

I want to develop speech recognition engine in my local language Sindhi (Right to Left - Characters Like as Arabic Script, much similar alphabet as that of Arabic or Farsi). I've tried demos of Sphinx4 but how can i build and add language models to…
0
votes
2 answers

Cant start service? (Speech recog)

I want to listen for the word hello using pocketsphinx in a service continuously I get the error. Here is the full stack trace. Here is a small portion of it. Unable to create service curlybrace.ruchir.myApp.MyService: java.lang.RuntimeException:…