cmusphinx Questions
4
Solved
E_INFO is printing a bunch of logs. I don't know how I can turn that off. I searched E_INFO from all source files in pocket/base sphinx but I was not able to find where it set up the flag.
Doody asked 24/7, 2013 at 5:25
3
Solved
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 t...
4
I am trying to run the dialog demo of sphinx 4 pre aplha but it gives errors.
I am creating a live speech application.
I imported the project using maven and followed this guide on stack overflow...
1
I have a Python script using the speech_recognition package to recognize speech and return the text of what was spoken. The transcription has a few seconds delay, however. Is there another way to w...
Matazzoni asked 29/10, 2017 at 20:32
3
Solved
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...
Berkie asked 6/5, 2013 at 22:14
0
I am getting an error message in Xcode for an iOS project during compile time pertaining to the file 6844.lm in my project that says:
Command Lex failed with a nonzero exit code
What is Xcode ...
Mounting asked 25/7, 2019 at 12:5
3
Solved
I've installed the PocketSphinx demo and it works fine under Ubuntu and Eclipse, but despite trying I can't work out how I would add recognition of multiple words.
All I want is for the code to re...
Larvicide asked 9/9, 2014 at 15:11
2
Solved
I am looking for a German pronunciation dictionary in order to use for PocketSphinx / CMU Sphinx.
The dictionary looks like this:
BACK B AE K
CALL K AO L
NO N OW
NUMBER N AH M B ER
ONE W AH N
ONE...
2
Solved
I can use the en-us things that come with Sphinx4, no problem:
cfg.setAcousticModelPath("resource:/edu/cmu/sphinx/models/en-us/en-us")
cfg.setDictionaryPath("resource:/edu/cmu/sphinx/models/en-us/...
3
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 decodeSpeech(hm...
3
After installing pocketsphinx , when I tried to run the pocketsphinx_continuous program then I got this error..
_oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory FATAL...
Dunfermline asked 16/6, 2013 at 10:13
2
Solved
I imported this project:
https://github.com/cmusphinx/pocketsphinx-android-demo
And it works fine on Android studio.
But as you can see it on tutorial it has English voice recognition. How can I...
Fabrice asked 6/11, 2016 at 11:59
1
please give me suggestion about this condition. is it possible in android that the device waits for special sound, and after it recognizes it, some actions happens.
please tell me about your ideas....
Steady asked 14/5, 2016 at 10:29
3
Solved
I simply want to see if a string exists in a dictionary file. (Dictionary file at bottom of question)
I want to check if the voice recognizer can recognize a word or not. For example, the recogniz...
Grave asked 2/3, 2016 at 2:54
2
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....
Guenon asked 14/2, 2016 at 5:35
1
Solved
I understand the basic steps of creating an automated speech recognition engine. However, I need a clear-er idea of how segmentation is done and what are frames and samples. I will write down what ...
Deed asked 8/1, 2016 at 8:4
1
Solved
I want to build NEW Acoustic model ,New Dictionary ,New Language model for "Sinhala Language speech recognition" Sinhala language Characters are Unicode based. for an example A=අ,I=ඉ,U=උ,KA=ක,BA=බ....
Juli asked 25/6, 2015 at 12:10
3
Solved
I'm searching for how to use CMU Sphinx with Ruby (Rails) application. I need very simple task - I have an mp3 file and I want get it transcribed into text.
How can I implement this easiest way? I...
Coltin asked 8/11, 2012 at 17:18
2
Solved
I have an idea for an app that may need CMU Sphinx, is it available via maven, or do I need to add it by hand?
1
Solved
Are there any good, preferably step by step install guides for CMU Sphinx 4 -5prealpha(latest version)? I couldn't find any and the official guide is outdated. I've been trying to follow the steps ...
Shortsighted asked 21/9, 2014 at 18:25
1
Before I tried to used PocketSphinx for Android, I used Google's voice recognition API.
I didn't need to set a search name or a dictionary file. It just recognized every word that was told.
Now, I...
Nikitanikki asked 20/9, 2014 at 13:28
0
I'm trying to integrate the Sphinx with my Phonegap app, and following the pocketsphinx-android-demo, but getting the RuntimeException when startup, here is the details:
E/OADemo (15835): java.lan...
Ellga asked 21/5, 2014 at 1:45
3
I've got Sphinx-4 installed on my windows XP system and JSAPI set up. I'd like to transcribe an English spoken WAV (or MP3) file to text.
When I run the "WavFile" demo - it runs successfu...
Chromatography asked 4/10, 2009 at 16:55
3
Solved
just installed pocketsphinx on my raspberry pi. Think i'm going crazy but not sure if I'm providing the correct device.
Whenever I run:
src/programs/pocketsphinx_continuous -adcdev plughw:1,0 -...
Conjoint asked 22/7, 2013 at 0:59
2
Solved
What are the steps required to use PocketSphinx on Android?
I have found various hints around the web that it is possible, but not real answers and hence I ask my question here.
Kevon asked 27/5, 2010 at 12:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.