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 304 forks source link

Adding Unit Tests #71

Open Skylion007 opened 8 years ago

Skylion007 commented 8 years ago

When I first programmed this API, I was still in high school and as such, my coding practices had yet to mature. As recent API breakages have shown, I think its time to prioritize adding a unit testing framework to this code base. APIs like duplex may difficult to test, but maybe we can create an scripted implementation of TargetDataLine.

I am also asking all contributors and watchers. Any preferences on what framework? Now that we use maven, it should make the transition much easier.