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
535 stars 301 forks source link

Hello World Example #26

Closed JacobGood1 closed 10 years ago

JacobGood1 commented 10 years ago

Would you mind putting down a hello world example? Thanks!

Jentsch commented 10 years ago

Found something in Stack Overflow: http://stackoverflow.com/questions/18815235/can-i-use-google-speech-recognition-api-in-my-desktop-application

Skylion007 commented 10 years ago

https://github.com/The-Shadow/java-speech-api/wiki/Hello-World