tesluk / java-audio-player

Automatically exported from code.google.com/p/java-audio-player
0 stars 0 forks source link

[Linux] Volume Changing doesn't affect the player #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running Linux Version Manjaro KDE 0.9.0-pre5
And (java version) openjdk version "1.8.0_40"

Player player = new Player();
player.setSourceLocation("test.mp3");
player.play();

//Other Thread Calls the following Code every n Milliseconds (Params: Volume <0 
- 1>):

player.setCurrentVolume(volume);

However this does not affect the Audio Sound at all. It still is consistent at 
one volume.

Original issue reported on code.google.com by lyze...@gmail.com on 1 Apr 2015 at 7:16