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.
Hi, thank you for your work. It works well. But I would like to use the streaming audio with Dpulex API. I do not see any class called MicDuplex.java in your project. Where can I get it ?
There is no MicDuplex class, you can write on yourself. Just write the bytes to the GSpeechDuplex API and it will do all the work for you. I will post a more detailed tutorial when I have the time.
Hi, thank you for your work. It works well. But I would like to use the streaming audio with Dpulex API. I do not see any class called MicDuplex.java in your project. Where can I get it ?
Thank you