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

How can I train a word at runtime with Sphinx?

I'm working on a project where a user can say a word and my program will navigate to the first instance of it in an open file. There are sometimes some words in the file that aren't in Sphinx's dictionary though. I'm hoping that I can scan through…
Verdagon
  • 2,456
  • 3
  • 22
  • 36
0
votes
1 answer

Sphinx .InternalConfigurationException

Execuse me i need help how to use Sphinx4 API, i have create new maven project and i follow this link How to depend on this maven project to make pom.xml file here my pom.xml :
syam houng
  • 307
  • 4
  • 14
0
votes
1 answer

pocketsphinx_continuous crashes at "reading HMM transition probablility matrices"

I compiled with visual studio community. The file that I originally wanted to test this on was over an hour long, so I tried it with a 3 second piece of audio, nevertheless, the same thing happened. Here are the command line arguments that I used:…
Alex
  • 316
  • 4
  • 12
0
votes
1 answer

How to get the word result from audio using Sphinx

I try to use the following code to get the word result from the audio using Sphinx, however it can not get the word result, may someone help it? Here is the wav audio: http://download.wavetlan.com/SVV/Media/HTTP/OtherWAV2.wav Configuration…
user1487718
0
votes
1 answer

Decoding speed issue with CMU Sphinx 4

I have written the speech recognition application using CMU sphinx 4 and followed the details from this link. I have defined the Acoustic,Dictionary and Language Model as…
vijaym
  • 41
  • 8
0
votes
1 answer

Using language model in CMU sphnix4 1.0 beta6

I am a newbie in Java application development and I am trying to create a sample speech to text application for converting live speech. I tried to use Sphnix4-5prealpha and found it has issue with microphone…
Md Monjur Ul Hasan
  • 1,705
  • 1
  • 13
  • 36
0
votes
1 answer

How to build a language model from the phonetic transcription?

I constructed a language model for the language tamil using data from wikipedia dumps ,using the tool CMUCLMTK.Now , how do I generate the phoenetic transcription and replace them in the model.The wiki article…
0
votes
1 answer

uniMRCP and pocketsphinx testing on windows 7

I've successfully built uniMRCP with sphinxbase and pocketsphinx on visual studio 2010. The problem that I have right now is I have no idea on how to test pocketsphinx in uniMRCP. By the way, I'm already familiar in using pocketsphinx…
Gene
  • 169
  • 10
0
votes
1 answer

Recognize isolated words instead of words combinations

I am trying to improve accuracy of pocketsphinx using a dictionary.. I gave a list of words like apple ball bottle Many a time I noticed that it gives me a combination of these words as the result apple ball bottle ball etc Is there a way to…
user4543816
  • 87
  • 2
  • 9
0
votes
1 answer

Cannot find sphinxbase.lib when compiling pocketsphinx

I checked out the latest version of CMUSphinx from github.I compiled sphinxbase successfully and while trying to compile pocketsphinx,I faced an error saying: P.S: I used Visual Studio 2013 Express Edition to compile sphinxbase and VS2010 to compile…
0
votes
1 answer

Problems loading language model in DMP format in CMU Sphinx

I tried compiling CMU Sphinx from source and tried to recognize voice commands using mic . My command looks like this: pocketsphinx_continuous.exe -inmic yes -hmm model/en-us/en-us -lm model/en-us/en-us.lm.bin -dict…
0
votes
2 answers

How to depend on this maven project

My projects consists of three sub-projects, and my parent pom looks like: com.bwort.core bwort pom 0.0.1-SNAPSHOT bwort
user697911
  • 10,043
  • 25
  • 95
  • 169
0
votes
0 answers

CMUsphinx add words to existing dictionary

I've created and tested the C hello world application for pocketSphinx and it works very well. I've then downloaded a french model language, and all was also great except that brands that are not French (as Spotify) where not recognized by the…
Jérémy Pouyet
  • 1,989
  • 6
  • 28
  • 55
0
votes
1 answer

How To Use Java Arabisc CMU Sphinx Language Module

I've got the .jar package that I've downloaded from here: http://sourceforge.net/projects/arabisc/ It comes as a zip file named Dialog.zip which has 2 folders lib, and bin. In the lib folder i found the following…
0x01Brain
  • 798
  • 2
  • 12
  • 28
0
votes
1 answer

Sample configuration/properties xml file for SphinxTrain for Sphinx4

I am using Sphinx4. I am trying to train accoustic model using SphinxTrain. I have audio samples and transcript file. As Trainer.java expects configuration file (containing filepath for audio samples and transcript files.) I found sample…
Keval
  • 1,857
  • 16
  • 26