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

New GitHub release #55

Closed fpigerre closed 9 years ago

fpigerre commented 9 years ago

Would it be possible to create a new GitHub release containing the latest working source code? I seem to be unable to build the repository from the current source code, as I can not resolve the project's dependencies. Perhaps it might be worth looking into setting up Apache Maven with this project, in which case I could definitely help setup dependency management.

Thankyou, psgs :palm_tree:

lkuza2 commented 9 years ago

Looking into Maven soon. Thank you.

Skylion007 commented 9 years ago

Finally updated the release and am working on Maven.

fpigerre commented 9 years ago

This is awesome! Thanks a ton @Skylion007 :+1: