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

Streaming Audio directly to the Duplex API #53

Closed alexis-chretienne closed 9 years ago

alexis-chretienne commented 10 years ago

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

Skylion007 commented 9 years ago

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.