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

Microphone #89

Closed lluccardoner closed 7 years ago

lluccardoner commented 7 years ago

Hello, I am using the Duplex Helloworld example and it works fine. But when I use an external microphone connected to my computer it does not get input signal. What should I change?

Skylion007 commented 7 years ago

You have to change the active device used by the JVM. There are instructions about how to do it on the Wiki https://github.com/lkuza2/java-speech-api/wiki/Microphone-Selection