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

passive listening wont work #65

Closed Maquina010 closed 9 years ago

Maquina010 commented 9 years ago

hey! am new and i been using your libraries to build my own speech system. now i want to implement the passive listening but it seems not work cause it uses the old recognizer (V1). would you help me to repair the code? if you have any solution or option for me it will be great.

thx for your work

Skylion007 commented 9 years ago

It should still work just try out the new functions. I think some of the methods name may have changed slightly since that part of the wiki was last updated.