Getting the system audio levels in Java

前端 未结 4 1231
故里飘歌
故里飘歌 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:40

    I am not entirely sure, but you could have a look at the (Java Media Framework - JMF). You are able to control the sound via that library, so I would assume you can get the details about it too. It might just be the application's sound level, so I might be wrong.

提交回复
热议问题