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

So this toolkit doesn't work anymore #111

Open stefan-reich opened 6 years ago

stefan-reich commented 6 years ago

...because Google no longer supports "Speech API v2".

(Yes I actually tried.)

I might have to use Google libraries (yikes).

goxr3plus commented 5 years ago

I have forked and further imrpoved this library, have a look

https://github.com/goxr3plus/java-google-speech-api

stefan-reich commented 5 years ago

I just completely hate Google accounts (I'm an ex-Googler - that's how we feel).

My solution using Chrome's free APIs works pretty great, actually. It's fully Java-integrated using WebSockets. Recent demo.

goxr3plus commented 5 years ago

All the code in one class...

Stefan, i like it but it's unreadable.

goxr3plus commented 5 years ago

Madness

goxr3plus commented 5 years ago

Can you break this giant into classes. Swing is good, JavaFX is the future.