-
Enhancement
-
Resolution: Unresolved
-
P3
-
24, 25
-
None
The simplest way today (JDK24) to play back a sound clip is using
java.applet.AudioClip.getAudioClip.play(URL)
However that will go away when java.applet is removed.
A lightweight and direct replacement can be done in javax.sound since the current applet code just calls that anyway.
java.applet.AudioClip.getAudioClip.play(URL)
However that will go away when java.applet is removed.
A lightweight and direct replacement can be done in javax.sound since the current applet code just calls that anyway.
- links to
-
Review(master) openjdk/jdk/24991