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

Added support for Google Voice API v2 #66

Closed amplexus closed 9 years ago

amplexus commented 9 years ago

Hi,

Firstly, thanks for creating this useful opensource project!

I made a few changes that I would like to contribute:

Also, I migrated the javaflacencoder onto github and published it via Nexus. This is a dependency for your project and will be automatically downloaded by Maven.

To build the project now, just install Maven 3 and run mvn clean install.

Finally, I created a demo app based on your doco here: https://github.com/amplexus/java-speech-api-demo. It runs fine on my Ubuntu laptop.

Regards, Craig Jackson Sydney, Australia

Skylion007 commented 9 years ago

Wow this looks really great! I'll look at it more closely before I merge it tomorrow. I would like to make the demo application part of API-Example branch if you don't mind. Thanks so much for all the work though!

amplexus commented 9 years ago

Sure, no problem. You can clone it into your github repo and I'll delete my copy so it can be maintained under the lkuza2 account going forward.

Actually, I think i can pass ownership of that project to lkuza2. If / when you merge the code I will do that - just let me know when you're ready.

Skylion007 commented 9 years ago

For the sake of consistency, I'd rather have it be a branch of this repo. I don't feel like it warrants it's own repository. Plus, we've been meaning to update the example code for a long time.

Skylion007 commented 9 years ago

I've just added it to the api-example branch of the repository.

agur commented 8 years ago

Has this been published to a maven repo?