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

Missing class AePlayWave.java in Util #36

Closed mcicolella closed 10 years ago

mcicolella commented 10 years ago

Hi, I'm working on a plugin using your old GUI adapted for my need. In the last changes the class AePlayWave.java is no more available. Is it possible to include it again on the repo? Thanks Mauro

mcicolella commented 10 years ago

Can I upload it by pull-request?

Skylion007 commented 10 years ago

It's a simple external dependency. That GUI example is horribly outdated though. We'll probably update the whole branch at a later date.

mcicolella commented 10 years ago

OK. I adapted that GUI to my plugin. In attachment an image. Text-to-speech works fine! Recognition sometimes is not very accurate. Plugin code available at https://github.com/mcicolella/freedomotic/tree/jarvis/plugins/devices/google-speech google-speech-plugin