Closed MrNeuronix closed 10 years ago
I believe it is whatever microphone that is currently selected by the system. (The Default). I will read up more on this to see if it is possible to enumerate microphones and select the source.
It's handled by the JavaSoundApi. You should be able to set the TargetDataLine using the Mixer if you really want to, but it's System Default and I will look into making it easier to select a specific mic.
It will be great! I'll wait for this functional.
I hope this answers your questions. I finally had the time to write a tutorial for Microphone Selection. https://github.com/The-Shadow/java-speech-api/wiki/Microphone-Selection
Good day! Is it possible to use multiple microphones in the library? How do I know which device is produced capture sound?