Getting the system audio levels in Java

前端 未结 4 1153
故里飘歌
故里飘歌 2021-01-13 19:15

How does one get the master volume in Java? I want to make a program that displays (NOT CHANGE) this value (probably on a JProgressBar or somet

4条回答
  •  北海茫月
    2021-01-13 19:48

    Nico is right. Here is an article and example that might help you.

    http://onjava.com/pub/a/onjava/excerpt/jenut3_ch17/index.html
    http://onjava.com/onjava/excerpt/jenut3_ch17/examples/SoundPlayer.java

提交回复
热议问题