Questions tagged [sphinx4]

Sphinx-4 is a part of CMUSphinx Speech Recognition Toolkit. It's a flexible large and small vocabulary speech decoder written in Java and licensed under BSD license.

This tag is about Sphinx-4, a speech recognition decoder. Speech recognition is fastly growing domain and it's quite complex by its nature. The development of the speech recognition application requires understanding of the speech recognition specifics - a probabilistic nature of the results, the need for throughout testing, the specifics of the voice user interface design, the accuracy/speed balance.

The main concept you need to be aware about are acoustic model used to capture the sounds of the language, the language model used to capture the vocabulary and the dictionary which maps from words to sounds. The use of Sphinx-4 in your application is often straightforward but you need to be more careful than usually to get everything in place.

To learn more about CMUSphinx and Sphinx-4 visit CMUSphinx page

https://cmusphinx.github.io/wiki/

Read the tutorial

https://cmusphinx.github.io/wiki/tutorial/

255 questions
18
votes
3 answers

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 understand how much can I do to adjust my…
Lukasz
  • 19,816
  • 17
  • 83
  • 139
10
votes
3 answers

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 documentation on this one is slightly confusing…
yashc
  • 239
  • 1
  • 5
  • 14
9
votes
2 answers

Use German dictionary and language model with Sphinx4

I can use the en-us things that come with Sphinx4, no…
0__
  • 66,707
  • 21
  • 171
  • 266
8
votes
4 answers

Can't access microphone while running Dialog demo in sphinx4 5prealpha

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: https://stackoverflow.com/a/25963020/2653162 The…
abc
  • 117
  • 2
  • 11
6
votes
1 answer

Dictation Application using Sphinx4

My requirements are similar to this question since the question is now 3 years old I am re-posting the question with information specific to mine, I want to create an application which takes a .wav (or any other standard audio file format) and…
Amit
  • 13,134
  • 17
  • 77
  • 148
6
votes
1 answer

Java Sphinx "Answers Itself"

I'm having a problem with the Sphinx voice recognition library for Java. I am using it to get input and handle it. The first time I get input, it works. The second time, it immediately answers itself before I have a chance to talk. After that, it…
nrubin29
  • 1,522
  • 5
  • 25
  • 53
5
votes
2 answers

German pronunciation dictionary for CMU Sphinx

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) HH W AH N REPLY R IH P L AY REPLY(2) …
Force
  • 6,312
  • 7
  • 54
  • 85
5
votes
1 answer

Build NEW Acoustic model, Dictionary , Language model for uncommon language speech recognition

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=බ. I did go through CMUSphinx Tutorial For…
5
votes
1 answer

Sphinx4 fails to find resources

I have a problem. You see, I'm creating this program, and I want voice recognition. CMUSphinx 4 seemed like the best option, so I just downloaded the jars and added them to my project as a compacted library. So I got this code from the CMUSphinx…
Max K
  • 65
  • 7
5
votes
1 answer

Error about uudecode when trying to extract jsapi.jar in sphinx4

I am trying to setup environment for sphinx4 in Ubuntu 12.04. While extracting JSAPI.JAR in lib directory from terminal I get following error: when trying to accept the BCL : Accept (y/n)?: y x - creating lock directory x - extracting jsapi.jar…
B-Abbasi
  • 813
  • 2
  • 17
  • 38
4
votes
2 answers

Use CMU's sphinx4 to transcribe non-digits data

I am recently working on using CMU's sphinx4 for transcription and eventually forced alignment, i.e. aligning audio with its transcript. I found a project called AutoCap that basically did what I wanted to develop. So, I installed it but it did not…
4
votes
1 answer

Disable console mess in CMUSphinx4

I'm trying CMUSphinx but I'm having a hard time. I have included core and data jars to the project in Eclipse which I have downloaded from here I tried to do Live speech recognition as mentioned in the tutorial but when I try to run it, the console…
SkrewEverything
  • 2,393
  • 1
  • 19
  • 50
4
votes
0 answers

How to start and stop speech recognition in sphinx4 and link Sphinx4 with GUI

I am developing a speech application. It takes input in form of speech and then performs the actions available on GUI. I am using sphinx4-1.0beta 6 src and eclipse IDE. I have created the GUI, now what I want to do is use speech to perform button…
MANU
  • 1,358
  • 1
  • 16
  • 29
4
votes
3 answers

how to setup the sphinx with netbeans

i have successfully configured sphinx4 with eclipse. for that these steps i have used. copy my java and config files to SRC folder all the necessary jar files (in the lib). the lib folder added to the root of the project build those jar files…
Nubkadiya
  • 3,285
  • 13
  • 40
  • 45
4
votes
1 answer

Issue while using webservice to call some java application method which is using resource file

Issue while using webservice to call some java application method which is using resource file I have created one java application which contains following directory structure in my src folder of java.. Src/ Transcriber.java config.xml …
BhavikKama
  • 8,566
  • 12
  • 94
  • 164
1
2 3
16 17