

Moving to Raspberry Pi
The Raspberry Pi is a more user friendly device that has a sound card, so I'm going to attempt to work with it... I will begin by...


Running the Dialogue File
So Sphinx gives a few demo files to let you see what the capabilities of Sphinx's speech recognition software is. The one most relevent...


Finally Success!!!!!
So Audrey was amazing and figured out that we were missing a jar file! We are now using the Sphinx4-Samples dowload with 3 jar files:...


Sphinx4-Master
This version of Sphinx also did not work, but here's what I did... #finalproject
ProjectBuilder.xml (Ant editor in eclipse)
//The following code allows me to make a jar for the generic HelloWorld project //I'm unsure if this is an executable jar that this makes...
Build.xml (Ant editor in Eclipse)
//The following code was modified from the ant tutorial on eclipse <?xml version="1.0" encoding="UTF-8"?> <project basedir="."...
Youtube tutorials and other
https://www.youtube.com/watch?v=GeqtLrcOogs -didn't have jar files, redownloaded based off of links supplied -note: this tutorial is in...


JSAPI & Intro to ANT
So after watching a few youtube tutorials, I learned that one reason my project might not be working is because I didn't have a Java...
Scrapping Maven
At this point, I haven't been able to get Maven to work with Sphynx and I'm running out of time. I'm combing through tutorials and will...


Running Maven & Sphinx Together
Sooooooo.... I should start this by saying that today was not very succesful in terms of getting Maven & Sphynx to work together....