sphinx4

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 JAVA_HOME='/lab/speech/java/jdk1.5.0_06' what am I doing. Thanks in advance ...

java speech recognition Sphinx 4

Hello, 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 involved in speech recognition. I am interested in Mel frequency cepstral coefficients and Gausian mixture models because these two are be...

how to put my own words. small problem in Sphinx configuration

hi, 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 phonemes. and then i zip it and again change the extension type to jar and checked. but it says "WARNING jsgfGrammar Can't fi...

how to insert my own words to JSGF grammar

how to insert my own words to the JSGF grammar. i have configured the sphinx and its working fine. i have inserted couple of words to the dictionary but i need to add them to the JSGF grammar model too, otherwise its not working (words are not recognising). can someone help me please ...

how to insert my own words to JSGF grammar

how to insert my own words to jsgf grammar. i have successfully configured the sphinx and its working fine. and i have added couple of words to the dictionary but when i run it. the application says " WARNING jsgfGrammar Can't find pronunciation for nugegoda" i cant find the jsgfGrammar file in my workspace. how to edit it. pleas...

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 (jsapi files too) change the configuration file and give the proper path test the java file...

How to direct AudioData from Red5 to Sphinx4?

I'm starting to learn about Red5 and java servlets. I have some background in java but most of my web development is in .Net. What I aim to do is use red5 to stream microphone input to a speech recognition engine, Sphinx4 in this case. Sphinx4 recognizer uses a StreamDataSource to get an InputStream with audio features such as sample ...