Hi, I 'm using
java sound API to implement audio stream in a GUI
Applet. How can I control the microphone input volumn?
I found one class Field:
javax.sound.sampled.FloatControl.Type can set the control object, but there is no item related to Microphone.
Who has the experience of this?
Thanks.