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

Acoustic Model Training Error in Sphinx

I have created all the files needed and put them in the right folder hierarchy. After the configuration file is created, I modify it as needed and then start the training but errors occur in the terminal as shown: Sphinxtrain path:…
coding4fun
  • 3,485
  • 1
  • 16
  • 28
0
votes
1 answer

pocketsphinx getting error AttributeError: get_hyp

I'm trying to run pocketsphinx in Ubuntu 14.04LTS and python 2.7 pocketsphinx & sphenixbase is compiled from latest git source. When I'm trying to run the code I'm getting following error: Traceback (most recent call last): File "test.py", line…
0
votes
1 answer

Trying to use a french acoustic model

I'm trying to use a french acoustic model with OpenEars. The answer of Ramshad is very interesting. But I have downloaded French Acoustic Models and I can't figure out how to use it... I have made a bundle with those files and I have added it to my…
0
votes
1 answer

Statically link against pocketsphinx (Library)

I am developing a little program with pocketsphinx (speech to text - library). On Windows i was using Code::Blocks as development environment and i had success to build a program. Now i try to port my program to Linux and i am having little problems…
snickayez
  • 3
  • 2
0
votes
1 answer

CMU Sphinx-4 tutorial: can't locate resource

I am trying to follow the Sphinx-4 tutorial at: http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4 Doing precisely what it says, I get the following exception: Exception in thread "main" Property exception component:'acousticModelLoader'…
telmomenezes
  • 162
  • 2
  • 8
0
votes
1 answer

What is the safest/best way to stop a thread and run some clean-up code

As part of my efforts to implement a voice recognition program in Java I have implemented the actual voice recognition code in a separate thread. The main thread handles the GUI interface and receives constant updates from the voice recognition…
H0rizon
  • 53
  • 6
0
votes
1 answer

Speech Recognition jar throwing error on its execution Grammar class not found

I have created a jar of my project on Speech Recognition in JAVA through Sphinx. My code is executing perfectly but when I am creating its jar through "runnable jar file->copy required libraries into sub folder", and executing it through cmd with…
0
votes
1 answer

I am trying to implement Pocketsphinx running uClinux, but I keep getting "Phone is missing in acoustic model" errors

I am trying to run Pocketsphinx on a microcontroller running uClinux, I have installed pocketsphinx on the controller, but I keep getting several different errors regarding acoustic models and definitions. The current one I am facing is: "Phone ...…
A_toaster
  • 1,196
  • 3
  • 22
  • 50
0
votes
2 answers

PocketSphinx android studio

I'm trying to use PocketSphinx in my project, But I can't use it on Android Studio. It has a version of .so files and a jar that has no libs, That is compatible with Eclipse, But not Android Studio. Can you help me to find a version that will work…
user3184899
  • 3,019
  • 6
  • 30
  • 38
0
votes
1 answer

CMUSphinx - Using CMUSphinx for Speech to Text without grammar (gram) file

I am very new to Sphinx. I want to use Sphinx for speech to text conversion. I tried to google it. Sphinx uses gram file to match the word. But this way its limiting the possiblity of words. I want to work with or just convert every word being…
Abhi
  • 93
  • 2
  • 4
  • 14
0
votes
0 answers

Pocketsphinx keeps giving the same output

I'm checking out pocketsphinx and am getting the following output: INFO: cmd_ln.c(691): Parsing command line: \ -hmm ../Pocketsphinx_Files/hub4wsj_sc_8k \ -lm ../Pocketsphinx_Files/hub4.5000.DMP \ -dict ../Pocketsphinx_Files/cmu07a.dic…
matanc1
  • 6,525
  • 6
  • 37
  • 57
0
votes
1 answer

Can't make FestVox compile due to missing -leststring and missing libeststring.a

So I have installed / compiled speech_tools, and Festival (2.3) using Cygwin on my Win8.1 machine to the point that I can successfully produce speech using this command: echo "hello world" | \src\main\festival --tts The next step is for me to get…
0
votes
0 answers

CMU Sphinx Windows binary Crashes

When I try to run CMU Sphinx (0.8 32bit) on Windows with the following command: pocketsphinx_continuous.exe -hmm E:\Program\Development-Resourses\Audio\SpeechToText\pocketsphinx-0.8-win32\pocketsphinx-0.8-w in32\model\hmm\en_US\hub4wsj_sc_8k -lm…
Mohsen Afshin
  • 13,273
  • 10
  • 65
  • 90
0
votes
1 answer

JSAPI : Central.createRecognizer returns null

I am new in Voice recognition. So I want to run a code like this : (Original Link : http://www.ling.helsinki.fi/~gwilcock/Tartu-2003/L7-Speech/JSAPI/index.html) public class HelloWorld extends ResultAdapter { static Recognizer rec; //…
Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121
0
votes
1 answer

Using cmusphinx for text alignment in practice, how do I improve the recognition success rate?

I'm using cmusphinx for text alignment. I downloaded the latest sphinx4, build a text aligner by modifying one of the demo using the WSJ acoustic models and dictionaries that comes along with the code. It does work occacionally but for lots of quite…
tactoth
  • 897
  • 1
  • 12
  • 24