lkuza2 / java-speech-api

The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
GNU General Public License v3.0
531 stars 304 forks source link

recognizer folder code #95

Open guccifer2point0 opened 7 years ago

guccifer2point0 commented 7 years ago

Hi,

I'm working on creating a basic Jarvis program for my CIS class and I have downloaded all of the Java Speech API src code into Eclipse under appropriate file names and the only thing I have changed in this code is the name of the packages. I'm getting a bunch or error messages within the recogniser package under the following folders:

FlacEncoder

GSpeechDuplex

Recogniser

RecogniserChunked

packages: microphone, synthesizer, translator, and util are all in eclipse without any syntax error. Wondering if there is something missing that I did not download, or what I can do to fix these problems. Thank you!

guccifer2point0 commented 7 years ago

screen shot 2017-04-05 at 1 05 56 am

Here is an example of what my Eclipse is looking like right now.

jaymee09 commented 7 years ago

that's my problem too, did you fix it?