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
1 answer

CMUSphix does not recognize

I try to test CMUSphinx library work under Windows. I check tutorial in the http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx and build the sphinxbase and pokectsphinx library. Then I try to check builded library for working and start…
kroumvud
  • 358
  • 6
  • 19
0
votes
1 answer

Linker errors, undefined reference to LAPACK subroutines while compiling library (CMU sphinx3)

I'm encountering the following error messages while trying to compile the sphinx3 module of the cmu sphinx toolkit Making all in programs make[2]: Entering directory `/cygdrive/c/Downloads/src/cmusphinx-code/sphinx3/src/programs' /bin/sh…
Olumide
  • 5,397
  • 10
  • 55
  • 104
0
votes
1 answer

Change in gram file and reloading in sphinx

At run time we are populating a list of files and folders. I want to add that list in the Gram file. I really have no idea how to change the gram file and load it again. I have gone through sphinx JSGF but because the lack of time I am not able to…
tarun verma
  • 221
  • 3
  • 5
  • 14
0
votes
1 answer

find euclidean distance between values in c

i need your help. I want to find euclidean distance between each value of the two mfc files generated in sphinx3. My problem is that i have to pass two wav files such as a.wav and b.wav in which b.wav is a subpart of a.wav. I have generated .mfc in…
savi
  • 21
  • 4
0
votes
1 answer

Exception loading pocketsphinx_jni while running PocketSphinxDemo on Android device

I've been trying to get the Pocketsphinx demo for Android running on a device for a couple days now. Whenever I try to run the demo, however, I get this error in LogCat: FATAL EXCEPTION: main java.lang.ExceptionInInitializerError at…
user2570178
0
votes
1 answer

Errors in using my self-built library

I am now using pocketSphinx to build a C library. The problem is that if i put the main function together with all the header files(as the code below), it works well. Then i made a static library(with code not including the main function). But when…
noben
  • 531
  • 1
  • 7
  • 16
0
votes
1 answer

Updated grammar doesn't load in sphinx4

First i'll explain what's happening. I'm using Sphinx 4 for my voice recognition and I have zero experience with it or any other voice recognition so I'm not very good at it. Basically i'm attempting to make my own JARVIS type thing just not nearly…
Luka Moran
  • 15
  • 1
  • 1
0
votes
0 answers

AudioRecord.stop() hangs when cellphone is locked (Only with Galaxy S3)

Well... Here is the background: I'm working in a experimental app that uses pocketsphinx. Basically, I'm running one service that runs a thread. This thread manages a RecognizerTask object. It gives a signal to the RecognizerTask object to start…
igor.araujo
  • 1,007
  • 1
  • 7
  • 15
0
votes
1 answer

pocketsphinx python gstreamer audio rate

I'm using pocketsphinx on linux, and I've been using the source code from the CMU tutorial. I'm trying to upload the HUB4 dictionary, language model, and acoustic model. I had it working before when I just uploaded a dictionary and language model,…
Nathan
  • 73,987
  • 14
  • 40
  • 69
0
votes
1 answer

Use Sphinx4-1.0beta6 in a Project

How do you setup Sphinx 4 to be able to use it in applications? I know there is documentation here,but I can't seem to get it to work. If anyone could provide a step by step list it would be great. This what I've tried: Download sphinx and Apache…
Oliver R
  • 11
  • 2
0
votes
0 answers

CMUSphinx cmuclmtk file not found error

Im trying to run this line in cmd: % idngram2lm -vocab_type 0 -idngram weather.idngram -vocab \ weather.vocab -arpa weather.arpa But im getting the that idngram file that I specified doesn't exists, which it does. Help?
0
votes
2 answers

Do i need noise reduction algorithms while developing language model for my local language

I am developing an acoustic model and an language model for my local language and I have planned to integrate it with pocketsphinx and sphinx4. Now I want to ask do i need to implement an noise reduction algorithm for transmission accuracy for my…
0
votes
1 answer

Pocketsphinx decoder adds words of its own

I am using Ubuntu 12.04, Python 2.7 & PocketSphinx. I made a custom dictionary, language model using online LM tool. Using pocketsphinx_continous to decode the spoken voice gives me 100% accuracy. But using PyAudioto record sound in Python…
VeilEclipse
  • 2,766
  • 9
  • 35
  • 53
0
votes
1 answer

Getting following Error in Sphinx 4.0- 'helloLinguist' property:'grammar' - mandatory property is not set

I am using sphinx 4.0 recognizer.While am running my application for swapping two statically defined grammars at runtime, i am getting the error in ecllipse as " 'helloLinguist' property:'grammar' - mandatory property is not set! ". I am using the …
Nikhil
  • 11
  • 2
0
votes
1 answer

sphinx grammarLocation can't locate resource

When building the JSGFDemo using ant, everything works fine. Running the JSGFDemo.jar build artifact works without any errors. However, when using source folder imported in eclipse, and adding the jars in the lib/ directory to the build path, the…
remuladgryta
  • 101
  • 1
  • 1
  • 10