vendredi 1 mai 2015
SoundEngin problme mit lautstärke reglung
Posted on 00:23 by verona
halli hallo
ich habe mal wieder ein problem und zwar hab ich eine Sound Engin Programiert :
so jetzt bekomm ich da wegen der versuchten Volume Float verenderung dise fehlrmeldung
Exception in thread "Thread-4" java.lang.IllegalArgumentException: Unsupported control type: Volume
at com.sun.media.sound.AbstractLine.getControl(Unknown Source)
at com.weebly.Blackoutupdate.Blackout.Game$1.run(Game.java:61)
at java.lang.Thread.run(Unknown Source)
ich hoffe irgend wer kann helfen
Danke schon mal im vorraus
ich habe mal wieder ein problem und zwar hab ich eine Sound Engin Programiert :
Java Code:
-
-
-
public void run() {
-
try{
-
AudioInputStream inputStream = AudioSystem.getAudioInputStream(Game.class.getResourceAsStream(URL + ".wav"));
-
clip.open(inputStream);
-
catch(IOException e){e.printStackTrace();System.out.println("it locks like the file is not found");}
-
catch(UnsupportedAudioFileException e){e.printStackTrace();System.out.println("it locks like the Sound has an incorect format");}
-
volCtrl.setValue((float) 10.0);
-
clip.start();
-
while(true){
-
if(clip.getMicrosecondLength() == clip.getMicrosecondPosition()){
-
clip.stop();
-
}}}
-
).start();
-
}
-
}
so jetzt bekomm ich da wegen der versuchten Volume Float verenderung dise fehlrmeldung
Exception in thread "Thread-4" java.lang.IllegalArgumentException: Unsupported control type: Volume
at com.sun.media.sound.AbstractLine.getControl(Unknown Source)
at com.weebly.Blackoutupdate.Blackout.Game$1.run(Game.java:61)
at java.lang.Thread.run(Unknown Source)
ich hoffe irgend wer kann helfen
Danke schon mal im vorraus
SoundEngin problme mit lautstärke reglung
Categories: SoundEngin problme mit lautstärke reglung
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire