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.
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.
I've never done anything with sound, but DataLine
's available()
and getLevel()
sounds interesting. If you haven't yet read the tutorials.
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