CMU Sphinx is an open-source toolkit for speech recognition.
-1
votes
0answers
27 views
Java pause until keyword Speech Recognition
I need my program to constantly listen for a keyword, and until it is spoken It does nothing.
Im trying to make a "simple" AI that runs in the background and will do nothing until I say its name (+ ...
0
votes
0answers
20 views
Sphinx 4 Keep mic recording and testing until keyword is said
I have been trying for two days and I cant figure it out. I need Sphinx to keep the mic recording and contently test the input and when a keyword is said like computer. I can get it to test once and ...
0
votes
0answers
21 views
CMUSphinx Pocketsphinx version 0.8 On Android causes fault addr deadbaad
I'm using 0.8 version of Pocketsphinx but randomly i keep getting
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad following line from logcat
#02 pc 0003c8f0 ...
-2
votes
0answers
13 views
Does training acoustic model requires language model? [closed]
What i meant that I have phonetic dictionary of a language but didn't have language model , Can I train my acoustic model without having language model for the language?
0
votes
1answer
33 views
ARPA language model documentation
Where can I find documentation on ARPA language model format?
I am developing simple speech recognition app with pocket-sphinx STT engine. ARPA is recommended there for performance reasons.
I want to ...
1
vote
1answer
29 views
Configuration manager of Sphinx4 returns null from lookup
i encountered a problem while following this tutorial to create a speech recognition using Sphinx4 with the Java-Speech-API.
I did the exactly same as the author did in his blog, but when i execute my ...
0
votes
1answer
60 views
Accuracy is poor in speech recognition using pocket Sphinix
I have run pocketsphinix demo example from http://ucla.jamesyxu.com/?p=118.But, I found accuracy of recognition of words is very poor.I copy the acoustic model from pocketsphinix8.0 ...
0
votes
2answers
38 views
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 ...
1
vote
1answer
66 views
Sphinx 4: recognize wav with words pronounced with short pause
I am new to Sphinx 4 and trying to make simple digits recognition application.
I have set of wavs with 3 digits pronounced with short pause (like one_five_nine.wav) for test.
The problem is that ...
0
votes
1answer
40 views
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% ...
0
votes
1answer
58 views
How to run CMUSphinixAndroid example for voice recongnition
I want to convert Audio file to text .So, i have found link
Android Speech to text / Speech Recognition
to use CMUSphinix library to do this.Do this i followed the
...
0
votes
1answer
20 views
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' - ...
1
vote
1answer
83 views
How to use CMU Sphinx for forced alignment phoneme recognition?
I'm working on simple TTS-engine. It would be good to have a automatic diphone segmentation system which takes a recorder sound and phoneme subscript (for single utterance) and sets the phoneme ...
0
votes
0answers
100 views
Android convert audio /voice mail file to text file
As in android 4.1 and above speech to text library included in android library itself .I want to recognition on voice mail/sound file into text file using Google library or any other third party ...
0
votes
0answers
41 views
PocketSphinx Language model
I am working with pocketsphinx using gstreamer and am having some issues with recognition. Among the words I need recognized are longer strings of words. For example, a sample of the word list would ...
0
votes
0answers
34 views
Recognizer not working efficiently after adding more words in grammar of sphinx 4
i have increased the size of grammar and hence added many more words in the dictionary with different accents by using different HMMs. But the recognizer is not working efficiently and taking absurd ...
0
votes
1answer
30 views
changing or updating grammar of sphinx 4 at run time.
How to dynamically update grammar of sphinx 4 at run time? I want to make new permament entries in the grammar at run time.
0
votes
0answers
56 views
using pocketsphinx_continuous with a .wav file
I am attempting to write an application that will allow a user to speak a small set of commands from a remote system and have them executed on my server. Using pocketsphinx to parse the spoken text. ...
0
votes
1answer
89 views
How to combine speech recognition and speaker diarization?
I am trying to combine speech recognition and speaker diarization techniques to identify how many speakers are present in an conversation and which speaker said what.
For this I am using CMU Sphinx ...
0
votes
1answer
61 views
microphone not starting after one iteration in sphinx
I am using CMU sphinx library, but after successfully running one iteration, this error appears "Can't open microphone line with format PCM_SIGNED 16000.0 Hz, 16 bit, mono, 2 bytes/frame, big-endian ...
0
votes
1answer
46 views
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 ...
1
vote
1answer
129 views
Including a grammar with CMU pocketsphinx gstreamer
I have been looking into CMU pocketsphinx for voice recognition. Ideally I want to be able to recognize sentence structures along the line of "Please pick up " where is a large list of objects ...
0
votes
1answer
76 views
How to create .dic file for turkish language in cmusphinx
I installed "sphinxbase" and "pocketsphinx" on windows and run the "PocketSphinxDemo" on eclipse and on my phone.
Next i want to create Turkish language for this application.It is enough to ...
1
vote
1answer
38 views
Python 3.3 can't seem to find the decoder module in pocketsphinx library
I am getting the error AttributeError: 'module' object has no attribute 'Decoder'.
I am using the following code. Because there was no setup.py file included I moved the dlls and libraries into their ...
0
votes
2answers
216 views
Pocketsphinx Android Demo Error ndk-build on cygwin
I tried many solutions posted here in stackoverflow and some other forums and googled till I am totally frustrated. I am using Windows 8 with cygwin. I try to get the PocketSphinxAndroidDemo run, ...
2
votes
1answer
166 views
Input for Pocketsphinx on Android
I make a demo for speech recognize to text. I have just built the demo Building Pocketsphinx On Android
and it work well. But my problem is how to make input from an audio file, not from real time ...
-2
votes
1answer
65 views
ClassNotFoundException when trying Speech Recogniton in Java
public static void main(String[] args) { try {
URL url;
if (args.length > 0) {
url = new File(args[0]).toURI().toURL();
} else {
...
0
votes
1answer
85 views
How can i write JSGF grammar file with unknown in advance word?
How can i write JSGF grammar file with unknown in advance word?
For example i want match
"Give me the chair please",
"Give me the book please",
etc.
using similar construction
public <sent> = ...
0
votes
0answers
55 views
Wrong result in using Large Vocabulary HUB4 Sphinx
I use sphinx with large vocabulary 64000 words for english(hub4 with his model language language_model.arpaformat.DMP) to transcript my file Audio(.wav) to text.
When I used model language with not a ...
1
vote
1answer
404 views
Android offline voice recognition
i already use HTK "Hidden Markov Model tool Kit" for recognize specific commands
to control Android application ,but in this case i have to pass voice to the server and it may consume more time. So i ...
0
votes
1answer
124 views
Importing pocketsphinx not working python 3.2 (Windows). “ImportError: No module named pocketsphinx”
I'm trying to use pocketsphinx on python 3.2 but I'm very confused. I've placed the builded packages in the site-packages directory, made sure I'm using the right audio file format .According to the ...
0
votes
0answers
124 views
n-best results in pocketsphinx on Android
I am a newbie for android + ndk + pocketsphinx applications development. I need to get nBest results to check the performance of Finite State Grammar(fsg) and Language Model(LM), but I was unable to ...
0
votes
1answer
131 views
Pocketsphinx import ValueError
I recently installed pocketsphinx modules on my mac running Lion and Python 2.7.3(Not Apple's built in python, but brewed). I tried to run the following code:
import pocketsphinx as p
decoder = ...
0
votes
1answer
193 views
Installing PocketSphinx on a MAC OS X
I'm trying to learn pocketsphinx using python, and therefore wanted to install the same on my Mac OSX Lion. However, I'm really not experienced with installing packages and modules in Python, and the ...
0
votes
0answers
36 views
Get Pocketsphinx probability
I followed this guide, to get some basic voice recognition working:
http://cmusphinx.sourceforge.net/wiki/gstreamer
And it works very well on regular commands. But there's one problem: it will ...
0
votes
1answer
301 views
Continuous speech recognition pocketsphinx from microphone
how to perform continuous speech recognition from microphone using pocketsphinx .how to use gstreamer plugin api in C ?
2
votes
1answer
263 views
Using JSGF grammar instead of DMP language model (use -jsgf instead of -lm) in CMU Sphinx (pocketsphinx)
I need to train CMU Sphinx offline in my android app. I downloaded this project that use this parameter but when I start it I have this error: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1). This ...
0
votes
0answers
87 views
Extracting HTK-style features using Sphinx4
I have converted models I trained for HTK to Sphinx-format models, but as I understand it, the Sphinx4 feature extraction cannot extract HTK-style features though sphinx_fe from Sphinx-base can. My ...
0
votes
1answer
102 views
Increase the language model size in cmu sphinx
Hi i am working on cmu sphinx in windows xp . i have created language model as suggested by sphinx and when i tried to give a voice sample corresponding to the language model its working fine. but ...
0
votes
0answers
142 views
Error while running sphinx4 demo in terminal
This post is quite similar to this post, however the problem is not solved. I am trying to compile and run the "HelloWorld" example in sphinx4 through command line. I compiled the code using :
javac ...
0
votes
0answers
107 views
pocket phinx on ubuntu unable to open /dev/dsp [closed]
While installing pocket sphinx , i compiled it locally on ubuntu 12.04 and running pocketsphinx_continous, I'm getting the error:
Failed to open file /dev/dsp
I checked on google, possible answers ...
1
vote
1answer
836 views
Live recognition with Python and Pocketsphinx
I have recently been working with pocket sphinx in python. I have successfully got the
example below to work recognising a recorded wav.
#!/usr/bin/env python
import sys,os
def ...
3
votes
1answer
213 views
CMU Sphinx for Voice/Speaker Recognition
I'm looking for a way to match a known data set, let's say a list of MP3s or wav files, each which is a sample of someone speaking. At this point I know file ABC is of Person X speaking.
I would then ...
1
vote
1answer
152 views
How to reliably reject out-of-gramar words in PocketSphinx
I am using PocketsphinxDemo successfully on Android. I have a very limited set of words to be recognized, say 3 different words.
I currently get lots of false positives - while talking, Pocketsphinx ...
0
votes
1answer
108 views
CMUSphinx for web application
I'm trying to create an speech reconigtion based web. Afer some searching, i found that cmusphinx is a library quite good for speech reconigtion application. And my problem is how can communicate ...
0
votes
0answers
82 views
StackOverflowError when calling RuleGrammar.listRuleNames() using Sphinx
I am using Sphinx to parse grammar files.
I have a function that loads all the grammar files. This function is called at the start of the program and every time the user requests a reload. When ...
0
votes
0answers
82 views
sphinx-4 building. Apache ant
i am trying to build the sphinx-4 program on my pc, but i am stuck on this step.
To build Sphinx-4, at the command prompt change to the directory where
you installed Sphinx-4 (usually, a simple ...
0
votes
1answer
133 views
How do you retrieve tags from JSGF grammars using sphinx?
I have written an application in Java that utlizes the CloudGarden API to parse JSAPI grammars, return tags from the grammar rules and then process these tags accordingly. The issue with the ...
1
vote
2answers
192 views
Extending Sphinx to support a local language
Initially i was thinking of writing a speech recognition engine from scratch(with support of 50-100 words)to support my native language.
However after some research it has become clear that it is not ...
0
votes
1answer
240 views
Building Pocketsphinx On Android on Windows
I have been following this Building Pocketsphinx on android for days now and I am very confused what to do now. I will be telling what I have done step by step so you will know what I have done wrong.
...




