views:

978

answers:

2

Hi All,

I would like to monitor the microphone input level from Java Sound API (and create a small input level meter UI). I'm not interested in capturing only to see if the device is ready/working.

Any idea is appreciated.

+1  A: 

I've never done anything with sound, but DataLine's available() and getLevel() sounds interesting. If you haven't yet read the tutorials.

eed3si9n
+1  A: 

Hi. This is not an answer, but the Java Sound Interest group is very active and people there will be eager to help you. Good luck.

Daniel

Yar