开发者

Use a jSlider to change the volume of audio output in Java

开发者 https://www.devze.com 2023-03-03 12:25 出处:网络
I already have a class that controls the MP3(play/pause/stop ...etc) Is it possible to control the volume with javax.sound.*? Or would I have to put in a开发者_运维问答 volume control method in the c

I already have a class that controls the MP3(play/pause/stop ...etc)

Is it possible to control the volume with javax.sound.*? Or would I have to put in a开发者_运维问答 volume control method in the class that controls MP3?


See this Link:http://www.javadocexamples.com/java_source/javazoom/jlGui/BasicPlayer.java.html

0

精彩评论

暂无评论...
验证码 换一张
取 消