This tag is about Sphinx-4, a speech recognition decoder. Speech recognition is fastly growing domain and it's quite complex by it's nature. The development of the speech recognition application requires understanding of the speech recognition specifics - a probabilistic nature of the results, the ...
3
votes
2answers
222 views
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 ...
2
votes
2answers
71 views
How large must a corpus be to create a language model for Sphinx?
I would like to know how many documents or sentences or words I need to process in order to get a good language model of a domain and use it in voice recognition tools such as CMU Sphinx.
1
vote
1answer
286 views
Sphinx 4 corrupted ARPA LM?
I have an ARPA LM generated by kylm, when running SPHINX I get this exception stack trace:
Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed
...
1
vote
2answers
249 views
Build sphinx4 using eclipse
I have been trying to build sphinx4 in eclipse for a long time with no success!
I import all the sphinx sources and add all the necessary external Jar files, but
eclipse doesn't recognize most of the ...
1
vote
3answers
885 views
java speech recognition Sphinx 4
I want to use either sphinx4 or the HTK toolkit to build me a speech recognition application that aims to estimate ones age from voice. I understand, to a greater extent, the ststistical models ...
0
votes
1answer
14 views
How to mix noise to “raw” file (AN4 database)
I am doing a research in noise reduction. Could anyone tell me how to mix a noise file with an audio file? I am working with the AN4 database, so they are all in "raw" format.
Thanks in advance.
0
votes
1answer
43 views
mp3 recognition using Sphinx 4
Can we use mp3 files for the voice recognition process without using wav files? or can we generate a wav file from a mp3 and then do the voice recognition without a serious impact on the accuracy? The ...
0
votes
1answer
110 views
recognizing all english words using sphinx4
I have a problem in recognizing all english words using sphinx4. I added all the english words starting with letter 'A' to my grammar file in java and tried to run it. First time it gave me the error ...
0
votes
1answer
115 views
using htk for non-digit recognizing
I have been trying to use HTk coupled with sphinx4 for a speech recognition application. I am providing my input as a wav file and i am using the sphinx provided "Transcriber demo' and the 'Lattice ...
0
votes
1answer
230 views
How to convert voice to text?
I am trying to converting my wav file to text file using sphinx4. Is it possible to recognize the word which is not include in grammar file?
0
votes
1answer
74 views
Debugging with jdb
Trying to figure out my way around Sphinx 4 (the CMU speech recognition engine in Java), I tried to use a demo included with the distribution by altering it to what I wanted it to do (the name of the ...
0
votes
1answer
107 views
Want To Learn How Sphinx4 Works?
I want to learn how sphinx 4 works , are there any detailed documention , Wiki about it ?
0
votes
1answer
280 views
Sphinx 4 configuration VoxForge
I was able to walk through Sphinx4 tutorials, but now I need to integrate Voxforge with it and I can't find any tutorials or blogposts on that matter!
0
votes
1answer
330 views
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 ...
0
votes
1answer
251 views
How to Optimize JVM to utilize less resources
I am using Apache tomcat 7.02 as a server.I created an application using sphinx4 and deployed it on apache tomcat server.Since this Sphinx4 application requires a lot of memory to execute.So for that ...
0
votes
1answer
360 views
Sphinx4 vs Pocketsphinx
What's the easiest way to run a program written in sphinx4 on pocketshpinx?
I need something that can be used on various mobile platforms, like the iphone and android phones.
I have already written ...
0
votes
1answer
299 views
Speech Recognition through sphinx 4
Hey has anyone used sphinx 4? I want to use it for my project, I installed it and run its HelloWorld demo, the problem is it works fine the first and second times but then when I execute it the third ...
0
votes
1answer
244 views
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 ...
0
votes
1answer
564 views
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 ...
0
votes
1answer
159 views
how to put my own words. small problem in Sphinx configuration
i have setup Sphinx and tested Hello World and its working fine. but i wanted to change the words. so i change the WSJ extension and edited the Dictionary and included the name which i wanted with the ...
0
votes
1answer
74 views
JAVA_HOME variable under OSX… what is it exactly?
I've been trying to build evaldictator on OSX. Unfortunately I have little to no idea of what ant or scons actually do.
My main question is when I do something like
export ...