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

duplex-problems #77

Closed karloscampus closed 8 years ago

karloscampus commented 8 years ago

Seems to have some parsing problems (response=null), when final=true is set in the duplex mode response. Furthermode it would be nice, if the response would have a field called final to indicate, that the recongnition is finished. I attached a patch.

duplex-patch.patch.zip

Skylion007 commented 8 years ago

Would you kindly turn this patch into a Pull Request? It makes it easier to evaluate and integrate with the repository. More information on pull requests can be found here: https://help.github.com/articles/using-pull-requests/ .

karloscampus commented 8 years ago

ok, have a look at the pull request, please

Skylion007 commented 8 years ago

Resolved by #78