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

Writing a TinyMCE custom plugin with java based logic

I am a newbie in plugin development, and with regards to a school project I am working on, I am required to develop a voice to speech functionality which allows a user to speak input into a text editor, in this case I am constrained to the TinyMCE…
0
votes
1 answer

Sphinx4 Speech Recognition from a video

Does Sphinx4 support Speech-to-Text processing on video files? If yes, Does it need JMF? Is there any tutorials ?? I couldn't find anything, not in their forum, and nobody is responding in their IRC Channel!
firas
  • 1,463
  • 4
  • 19
  • 42
0
votes
1 answer

Sphinx4 won't recognize full speech if .wav file duration is long

We are doing a project which user's answers are saved as .wav files and evaluated after. We have created grammars for each and every question. There are two questions we are having a recognition problem. Problems are probably the same since user…
0
votes
0 answers

How to create subtitle using sphinx

TranscriberDemo.java only gives word start and end timings , I need to get the hypothesis(the complete sentence. ) start and end timings is there any way to get that ??.
B.V.Manoj
  • 1
  • 1
0
votes
1 answer

How to extract MFCC features in PocketSphinx

I am using the PocketSphinx Demo project for my hot word detection Android app and now I'd like to extract the MFCC features. Is it possible to do so with PocketSphinx? Also, I've read many posts about using Sphinx 4 for Android, some say it can be…
0
votes
1 answer

How to evaluate sample in Sphinx4

I'm begginner in CMUSphinx4. I need to comparate two samples of voice recognition. The first is a sample of people native to American English (The pattern). The second is a sample of people from another language. How to evaluate the recognition of…
0
votes
0 answers

Reference file in jar with plain Java File

I'm trying to create a plain Main.java file with 2 jar dependencies. I have the program up and running in an Eclipse Java project but when running from command-line as a single java file it can't find a resource path. The problematic…
Ivar Reukers
  • 7,560
  • 9
  • 56
  • 99
0
votes
1 answer

Most recent resources for sphinx4

Is there a difference between the files from Github (https://github.com/cmusphinx/sphinx4) and from the Maven repo de.sciss (https://mvnrepository.com/search?q=sphinx4+de.sciss)
Marcus
  • 161
  • 1
  • 2
  • 12
0
votes
0 answers

Sphinx4 dictionary file not found

I am using Sphinx4 for custome home automatization software and I am stuck on using my custom dict file, for some reason it cant find the file even though I am sure I am using the correct path. This is my code : package pccomone; import…
Phoenix
  • 63
  • 2
0
votes
1 answer

Speech Recognition based on a collection of audio

I have a large collection of audio files with their transcripts in a foreign language. I want to be able to recognize whether the user recites the right words from the text. How do I start approaching this using CMU Sphinx? Do I need a language…
amitairos
  • 2,907
  • 11
  • 50
  • 84
0
votes
1 answer

python sphinx documentation

Can any one tell me how can this project be used for documentation purpose http://sphinx.pocoo.org I have successfully installed it on my CentOS machine .After installation The Readme file says to run sphinx-quickstart and root for documentation…
Rajeev
  • 44,985
  • 76
  • 186
  • 285
0
votes
0 answers

Sphinx4 can't locate resource

I am working on a speech recognition project using sphinx 4. Just tell me why I am getting this error. I had researched at every possible platform but my problem remains unsolved. I have placed all the related files (grammar, helloworld.xml)…
0
votes
1 answer

Sphinx Voice Activity Detection

So I'm trying to write a simple program that will detect voice activity with a .wav file using the CMU Sphinx library. So far, I have the following SpeechClassifier s = new SpeechClassifier(); s.setPredecessor(dataSource); Data d =…
0
votes
1 answer

adapt an acoustic model using "sphinx4" only

Is it possible to adapt an acoustic model using "sphinx4" only? I have already checked the website but the commands mentioned are for pocketShphinx "Adapting the default acoustic model". I have also checked some other solutions but all those used…
Maria
  • 123
  • 8
0
votes
1 answer

freeswitch pocketsphinx: install model language

i'm using freeswitch with pocketsphinx for speech detection, it's working fine when i use english in grammar files, but now i want to use french, i already downloaded the french model from…
Fariss Abdo
  • 481
  • 1
  • 4
  • 8