Hello,
Here’s the same video tutorial but with higher video quality. For more info about the tutorial, please check the original post here.
Download Sphinx 4.0 Video Tutorial or View on Megavideo
File Details :
Name : Sphinx-Tutorial.avi
Size : 334 MBs
Duration : 26:14 Minutes
Dimensions : 1280 x 800

Hey Guys,
@Abey, Sphinx will work as a module on Server side and JApplet as client side on your website.
@mtmartin, I guess you have downloaded unstable version of Acoustic model, download stable one and try with that one.
Hope that works !
Thank you so much for this tutorial! It was great! Very easy to follow and I got the HelloWorld working fine. I’m doing a learning game for Swedish children, so I’m going to check out your post about expanding the dictionary to get the 100 or so Swedish words I need my program to recognize and I hope it will work. If I understand correctly, this is possible although the words are not English? I have searched a little but not found any aucustic model for Swedish.
Hello Sara,
Yes, it is possible. But there will be some difference in pronunciation and you might have to play little with phonemes in dict file.
Best of luck!
~Puneet Kalra
Thank You Puneet Bhai for the tutorial
it was great.
i am Working on Speech Enabled Search engine.
Can you help me because i just starting my work. this is my final year project i’ll be thankful to you.
Hello Shumaila,
Thanks for commenting, and yea, please feel free to post here if you get stuck anywhere.
Or you can also post on my Facebook page, Me or any other person will respond you.
Regards,
Puneet Kalra
Hi again no worries I have sovled my problem
Hi Puneet.. please could you tell me what iv done wrong i have followed your tutorial step by step and when i want to run the HelloWorld Demo i get the following error “main” java.lang.NoSuchFieldError: engineListeners
when iopen the HellowWorld and check the main(String[]) it says the Jar file has no source added to it what does it mean. please help
wow, great video tutorial. that’s very helpful for my project.
Hi Puneet,
Is it possible to edit HellonGram demo’s dictionary and only use your own words? Please could you get back to me thank you. I’ve looked at extending the Dictionary but i actually need to create my own and am not sure how to go about that, Thank you so much and a AWESOME WEBSITE WELL DONE
Hey Lauren,
Use same Expanding Dictionary tutorial, but there will be one change, Replace your own words DIC file with original DIC file in acoustic model instead of copying your own words DIC file’s content into original DIC file.
Or if your words going to be in thousands, you will need to work on Sphinxtrain.
Regards,
Hi Puneet,
Thank you soooo much for replying
by the way i got the dictionary working its about 300 words. but i am having a huge problem. i want it to not try force match words that are not in the dictionary to the words in my dictionary if that makes sense. let me make an example “That is a blue car” ==> words in dictionary “That is a … car”
==> words NOT in dictionary “blue”
so basically i want it to display you said: “that is a car” replaces words that are not in the dictionary with “unknown” .. have you created a video demo on this ? iv been battling for a month with this “out-of-grammar” i just dont know how to actually set it up there is no proper guidance. and im just getting it wrong over and over
Please could you give me advice i really would appreciate it so much
if you can email me please do.
Thank you for all your hard work, your website has helped me out so much
Please let me How I can incorporate Sphinx into C#.net Application.
Hey Shailesh,
Use “Pocketsphinx” which is written in C, and load it in your c# program exactly same as you load DLL or EXE files.
~Puneet
Hi, how do you go about using pocketsphinx i loaded it in Visual Studio 2010 C++ built sphinxbase and pocketsphinx have the dll’s in the bin folder but how do i actually use it in a C# application would i have to create a consol application or a winform?? please help i really need advise.
thank so much Lauren
thanks puneet
i have integrate sphinx with web using applet. I have develop a sphinx application which runs in client machine and recognized text will post on the web page using applet.
I have seen that google translate page (pls use chrome :http://translate.google.com/?sl=en# ) and it is too good. Can u suggest how I can make web page like this using sphinx?
Hey Abey,
There are many ways of doing that. First step will be same for all and that will be recognising speech through Sphinx, which is integrated by applet.
Second step will be sending recognised string plus translation details to server through networking, Or you can use Google Translate API but unfortunately that will be taken down by Dec 2011, so you might need to find another one.
Third step will be getting output from Applet or from Server using Ajax depending on what you choose on second step.
That’s the basic idea how it will work but there are many important aspects to consider before you make the final go.
Best of luck, ~Puneet
Hi Puneetk,
Do you know how to make your hellongram demo to only pick up the words in your dictionary and not try force match words that are not in the dictionary to words that are in the dictionary, Hope that makes sense. so it looks at the Out of Grammar fact. so for example i would like it to display “that is a car”
what was said: “that is a ugly car”..
Please could you help me thank you sooo much
hi again i got the sphinx4 working lovely unfortunately i have to have the speech recognition in my C# project. so i really need some help please please please.. iv been battling for 3 months now trying to just get even a demo running in C++ please can anyone help me :’( please
Hi, this tut is awesome, but the hd video to download is only first part
are you try to upload HD on megavideo?
Hey everyone,
Here’s the link of video on Megavideo : http://www.megavideo.com/?v=C9WDSWCK
Regards,
PK